Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2014-02-27 13:24:06 +01:00
parent cdd397d7c7
commit 21fcdc075d

View file

@ -127,9 +127,8 @@ if [ "$COMPILE" = "true" ]; then
make clean make clean
# Adding wlan firmware to kernel source # Adding wlan firmware to kernel source
cd $DEST/linux-sunxi/firmware; ( cd $DEST/linux-sunxi/firmware;
unzip -o $CWD/bin/ap6210.zip unzip -o $CWD/bin/ap6210.zip )
cd $DEST/linux-sunxi
make -j2 ARCH=arm CROSS_COMPILE=$CROSS_COMPILE sun7i_defconfig make -j2 ARCH=arm CROSS_COMPILE=$CROSS_COMPILE sun7i_defconfig