mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
style
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
cdd397d7c7
commit
21fcdc075d
1 changed files with 2 additions and 3 deletions
5
build.sh
5
build.sh
|
@ -127,9 +127,8 @@ if [ "$COMPILE" = "true" ]; then
|
|||
make clean
|
||||
|
||||
# Adding wlan firmware to kernel source
|
||||
cd $DEST/linux-sunxi/firmware;
|
||||
unzip -o $CWD/bin/ap6210.zip
|
||||
cd $DEST/linux-sunxi
|
||||
( cd $DEST/linux-sunxi/firmware;
|
||||
unzip -o $CWD/bin/ap6210.zip )
|
||||
|
||||
make -j2 ARCH=arm CROSS_COMPILE=$CROSS_COMPILE sun7i_defconfig
|
||||
|
||||
|
|
Loading…
Reference in a new issue