mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-27 21:58:41 +01:00
if sunxi-tools are needed on-board then it should be packaged properly
This commit is contained in:
parent
816b3ecf62
commit
ce18db6f9b
1 changed files with 0 additions and 8 deletions
8
build.sh
8
build.sh
|
@ -245,14 +245,6 @@ esac
|
||||||
cp -R $DEST/linux-sunxi/output/lib/modules $DEST/output/sdcard/lib/
|
cp -R $DEST/linux-sunxi/output/lib/modules $DEST/output/sdcard/lib/
|
||||||
cp -R $DEST/linux-sunxi/output/lib/firmware/ $DEST/output/sdcard/lib/
|
cp -R $DEST/linux-sunxi/output/lib/firmware/ $DEST/output/sdcard/lib/
|
||||||
|
|
||||||
# sunxi-tools
|
|
||||||
cd $DEST/sunxi-tools
|
|
||||||
make clean
|
|
||||||
make -j2 'fex2bin' 'bin2fex' 'nand-part' CC=${CROSS_COMPILE}gcc
|
|
||||||
|
|
||||||
mkdir -p $DEST/output/sdcard/usr/bin/
|
|
||||||
cp fex2bin bin2fex nand-part $DEST/output/sdcard/usr/bin/
|
|
||||||
|
|
||||||
# umount images
|
# umount images
|
||||||
umount $DEST/output/sdcard/
|
umount $DEST/output/sdcard/
|
||||||
losetup -d $LOOP1
|
losetup -d $LOOP1
|
||||||
|
|
Loading…
Reference in a new issue