mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
added wlan firmware to kernel source
This commit is contained in:
parent
b39d900b95
commit
8dfb149e32
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue