mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
switch to mirror
This commit is contained in:
parent
9d0f286069
commit
c34c351d17
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -97,7 +97,7 @@ cd $DEST/linux-sunxi
|
|||
make clean
|
||||
|
||||
# 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 http://www.mediafire.com/download/08rvp8db4qj7k21/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
|
||||
|
|
Loading…
Reference in a new issue