From 9d9ce30bbc5aa8b477bf49839e6375596e81a1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 10 Dec 2015 06:52:37 +0100 Subject: [PATCH] Forgot to add meminfo from sunxi tools --- common.sh | 1 + makeboarddeb.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/common.sh b/common.sh index 1a3ba4f81d..abb19d299a 100644 --- a/common.sh +++ b/common.sh @@ -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 } diff --git a/makeboarddeb.sh b/makeboarddeb.sh index d6e69e72e4..b1b2ef9791 100644 --- a/makeboarddeb.sh +++ b/makeboarddeb.sh @@ -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