added wlan firmware to kernel source

This commit is contained in:
igorpecovnik 2014-01-15 17:41:35 +01:00
parent b39d900b95
commit 8dfb149e32

View file

@ -57,6 +57,9 @@ else
git clone https://github.com/patrickhwood/linux-sunxi -b pat-3.4.75-ct $DEST/linux-sunxi # Patwood's kernel 3.4.75+
fi
# Adding wlan firmware to kernel source
cd $DEST/linux-sunxi/firmware; wget -q https://www.dropbox.com/s/o3evaiuidtg6xb5/ap6210.zip -O temp.zip; unzip -o temp.zip; rm temp.zip
# Applying Patch for 2gb memory
patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < patch/memory.patch || true