diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-07 12:46:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-07 12:46:00 +0000 |
commit | fe9e93481a467c25bb0c6d8ff17e1c58389bfd5d (patch) | |
tree | 29042497f3d4e81bb72e5d92f0930ae7133ce052 | |
parent | a0a713c12f86bf37ae5080472811a02f9e294ee8 (diff) | |
download | upstream-fe9e93481a467c25bb0c6d8ff17e1c58389bfd5d.tar.gz upstream-fe9e93481a467c25bb0c6d8ff17e1c58389bfd5d.tar.bz2 upstream-fe9e93481a467c25bb0c6d8ff17e1c58389bfd5d.zip |
busybox: don't enable swapon/swapoff by default
'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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38671 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/utils/busybox/config/util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/config/util-linux/Config.in b/package/utils/busybox/config/util-linux/Config.in index d60b139a8b..d75841e487 100644 --- a/package/utils/busybox/config/util-linux/Config.in +++ b/package/utils/busybox/config/util-linux/Config.in @@ -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. |