From a0f1c9ca5d69189ca0c043845720ed11a2b2d793 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 8 Oct 2010 21:15:40 +0200 Subject: [PATCH] busybox: add 'swapon/off' and 'mkswap' applet Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 22bc5ec84d..9e1bc54112 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.17.2 -# Wed Sep 29 00:40:35 2010 +# Fri Oct 8 21:14:41 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -543,8 +543,8 @@ CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set # CONFIG_FEATURE_MDEV_EXEC is not set # CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set -# CONFIG_MKSWAP is not set -# CONFIG_FEATURE_MKSWAP_UUID is not set +CONFIG_MKSWAP=y +CONFIG_FEATURE_MKSWAP_UUID=y CONFIG_MORE=y CONFIG_FEATURE_USE_TERMIOS=y # CONFIG_MOUNT is not set @@ -564,8 +564,8 @@ CONFIG_RDATE=y # CONFIG_SCRIPT is not set # CONFIG_SCRIPTREPLAY is not set # CONFIG_SETARCH is not set -# CONFIG_SWAPONOFF is not set -# CONFIG_FEATURE_SWAPON_PRI is not set +CONFIG_SWAPONOFF=y +CONFIG_FEATURE_SWAPON_PRI=y # CONFIG_SWITCH_ROOT is not set # CONFIG_UMOUNT is not set # CONFIG_FEATURE_UMOUNT_ALL is not set