mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
typo
This commit is contained in:
parent
f8ff152857
commit
a568929f50
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -381,9 +381,9 @@ cp -R $DEST/linux-sunxi/output/lib/firmware/ $DEST/output/sdcard/lib/
|
|||
# sunxi-tools
|
||||
cd $DEST/sunxi-tools
|
||||
make clean
|
||||
make -j2 'fex2bin' CC=${CROSS_COMPILE}-gcc
|
||||
make -j2 'bin2fex' CC=${CROSS_COMPILE}-gcc
|
||||
make -j2 'nand-part' CC=${CROSS_COMPILE}-gcc
|
||||
make -j2 'fex2bin' CC=${CROSS_COMPILE}gcc
|
||||
make -j2 'bin2fex' CC=${CROSS_COMPILE}gcc
|
||||
make -j2 'nand-part' CC=${CROSS_COMPILE}gcc
|
||||
|
||||
mkdir -p $DEST/output/sdcard/usr/bin/
|
||||
cp fex2bin $DEST/output/sdcard/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue