Browse Source

busybox: disable killall5 - nothing uses it

SVN-Revision: 25512
Felix Fietkau 14 years ago
parent
commit
4df0f180bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/procps/Config.in

+ 1 - 1
package/busybox/config/procps/Config.in

@@ -47,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