mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
util-linux-ng: install swapon and swapoff from util-linux package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6d1f4b3410
commit
8e50b6ea19
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user