util-linux-ng: install swapon and swapoff from util-linux package

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-19 20:41:01 +02:00
parent 6d1f4b3410
commit 8e50b6ea19
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.17.2
# Fri Oct 8 21:14:41 2010
# Busybox version: 1.17.3
# Mon Oct 18 04:22:28 2010
#
CONFIG_HAVE_DOT_CONFIG=y
@ -564,8 +564,8 @@ CONFIG_RDATE=y
# CONFIG_SCRIPT is not set
# CONFIG_SCRIPTREPLAY is not set
# CONFIG_SETARCH is not set
CONFIG_SWAPONOFF=y
CONFIG_FEATURE_SWAPON_PRI=y
# CONFIG_SWAPONOFF is not set
# CONFIG_FEATURE_SWAPON_PRI is not set
# CONFIG_SWITCH_ROOT is not set
# CONFIG_UMOUNT is not set
# CONFIG_FEATURE_UMOUNT_ALL is not set

View File

@ -8,6 +8,8 @@ mkdir -p $INSTALL/bin
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/misc-utils/.libs/blkid $INSTALL/sbin
cp $PKG_BUILD/mount/.libs/swapon $INSTALL/sbin
ln -sf swapon $INSTALL/sbin/swapoff
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/shlibs/blkid/src/.libs/libblkid.so* $INSTALL/usr/lib