busybox: don't enable swapon/swapoff by default
authorJohn Crispin <john@openwrt.org>
Thu, 7 Nov 2013 12:46:00 +0000 (12:46 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 7 Nov 2013 12:46:00 +0000 (12:46 +0000)
'swapon/swapoff' are now provided by 'block-mount'; enabling them by default in busybox is no longer required and adds unnecessary bloat.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38671

package/utils/busybox/config/util-linux/Config.in

index d60b139a8b3b944025953afb33e3f42fee747c55..d75841e4879c680b91302282ea5e7c6ecb68865c 100644 (file)
@@ -652,7 +652,7 @@ config BUSYBOX_CONFIG_SETARCH
 
 config BUSYBOX_CONFIG_SWAPONOFF
        bool "swaponoff"
-       default y
+       default n
        select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          This option enables both the 'swapon' and the 'swapoff' utilities.