busybox: disable killall5 - nothing uses it
[openwrt/svn-archive/archive.git] / package / busybox / config / procps / Config.in
index 2bac03891d23bc4fbf6e3bd00e0d3f5c5433f5eb..da5e95cf00d79b4bf0bd873d125667b30a10b6ec 100644 (file)
@@ -5,6 +5,13 @@
 
 menu "Process Utilities"
 
+config BUSYBOX_CONFIG_SMEMCAP
+       bool "smemcap"
+       default n
+       help
+         smemcap is a tool for capturing process data for smem,
+         a memory usage statistic tool.
+
 config BUSYBOX_CONFIG_FREE
        bool "free"
        default y
@@ -40,7 +47,7 @@ config BUSYBOX_CONFIG_KILLALL
 
 config BUSYBOX_CONFIG_KILLALL5
        bool "killall5"
-       default y
+       default n
        depends on BUSYBOX_CONFIG_KILL
 
 config BUSYBOX_CONFIG_NMETER