diff --git a/build.sh b/build.sh index f402664..94d6541 100755 --- a/build.sh +++ b/build.sh @@ -191,7 +191,7 @@ if [ "$COMPILE" = "true" ]; then # Adding wlan firmware to kernel source ( cd $DEST/linux-sunxi/firmware; - unzip -o $CWD/bin/ap6210.zip ) + unzip -o $CWD/firmwares/ap6210.zip ) make -j2 ARCH=arm CROSS_COMPILE=$CROSS_COMPILE sun7i_defconfig diff --git a/bin/ap6210.zip b/firmwares/ap6210.zip similarity index 100% rename from bin/ap6210.zip rename to firmwares/ap6210.zip