Forgot to add meminfo from sunxi tools

This commit is contained in:
Igor Pečovnik 2015-12-10 06:52:37 +01:00
parent 964bcfcca8
commit 9d9ce30bbc
2 changed files with 2 additions and 0 deletions

View file

@ -152,6 +152,7 @@ compile_sunxi_tools (){
rm -f sunxi-fexc sunxi-nand-part
make $CTHREADS 'sunxi-nand-part' CC=arm-linux-gnueabihf-gcc >> $DEST/debug/install.log
make $CTHREADS 'sunxi-fexc' CC=arm-linux-gnueabihf-gcc >> $DEST/debug/install.log
make $CTHREADS 'meminfo' CC=arm-linux-gnueabihf-gcc >> $DEST/debug/install.log
}

View file

@ -93,6 +93,7 @@ create_board_package (){
if [[ $LINUXCONFIG == *sun* ]] ; then
# add sunxi tools
cp $SOURCES/$MISC1_DIR/meminfo $destination/usr/local/bin/meminfo
cp $SOURCES/$MISC1_DIR/sunxi-nand-part $destination/usr/local/bin/nand-part
cp $SOURCES/$MISC1_DIR/sunxi-fexc $destination/usr/local/bin/sunxi-fexc
ln -s $destination/usr/sbin/sunxi-fexc $destination/usr/sbin/fex2bin