projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76506e7
)
busybox: don't enable swapon/swapoff by default
author
John Crispin
<john@openwrt.org>
Thu, 7 Nov 2013 12:46:00 +0000
(12:46 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/utils/busybox/config/util-linux/Config.in
b/package/utils/busybox/config/util-linux/Config.in
index d60b139a8b3b944025953afb33e3f42fee747c55..d75841e4879c680b91302282ea5e7c6ecb68865c 100644
(file)
--- 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.