mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Forgot to add meminfo from sunxi tools
This commit is contained in:
parent
964bcfcca8
commit
9d9ce30bbc
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue