small bug
This commit is contained in:
parent
ac223af56e
commit
4c813b0b84
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -98,6 +98,7 @@ make clean
|
||||||
|
|
||||||
# Adding wlan firmware to kernel source
|
# 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
|
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
|
||||||
|
cd $DEST/linux-sunxi
|
||||||
|
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun7i_defconfig
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun7i_defconfig
|
||||||
# get proven config
|
# get proven config
|
||||||
|
|
Loading…
Add table
Reference in a new issue