mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
clearer dir name
This commit is contained in:
parent
6d800b1c04
commit
a60d7d286c
2 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue