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> SVN-Revision: 38671
This commit is contained in:
parent
76506e7fa4
commit
0d994f8135
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue