new package: add busybox-hosttools for tools that we need to building and only is included in busybox

This commit is contained in:
Stephan Raue
2009-09-21 02:54:09 +02:00
parent f1a8996296
commit debbf052b2
2 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/unpack busybox
setup_toolchain host
PKG_DIR=`find $PACKAGES -type d -name $1`
cd $BUILD/busybox*
make distclean
cp $ROOT/$PKG_DIR/config/$1.conf .config
make oldconfig
ARCH=$TARGET_ARCH make CROSS_COMPILE="" install
cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin

File diff suppressed because it is too large Load Diff