From f6df6b3916ad62e2d4971e31f01be280ad48f5ea Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 1 Feb 2013 12:00:40 +0100 Subject: [PATCH] meta-digi-del: enable 'swap' applets in busybox Enabled mkswap, swapon and swapoff. Probably not much needed in an embedded system but they don't make the binary much bigger and could be useful in some corner-case. https://jira.digi.com/browse/DEL-209 #resolve Signed-off-by: Javier Viguera --- .../recipes-core/busybox/busybox-1.20.2/defconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/defconfig b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/defconfig index 19db29260..88c5089c1 100644 --- a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/defconfig +++ b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/defconfig @@ -571,8 +571,8 @@ CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y CONFIG_LOSETUP=y # CONFIG_LSPCI is not set CONFIG_LSUSB=y -# CONFIG_MKSWAP is not set -# CONFIG_FEATURE_MKSWAP_UUID is not set +CONFIG_MKSWAP=y +CONFIG_FEATURE_MKSWAP_UUID=y CONFIG_MORE=y CONFIG_MOUNT=y CONFIG_FEATURE_MOUNT_FAKE=y @@ -591,8 +591,8 @@ CONFIG_READPROFILE=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=y CONFIG_UMOUNT=y CONFIG_FEATURE_UMOUNT_ALL=y