projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: properly handle vlans on top of wireless interfaces
[openwrt.git]
/
package
/
busybox
/
config
/
procps
/
Config.in
diff --git
a/package/busybox/config/procps/Config.in
b/package/busybox/config/procps/Config.in
index
2bac038
..
da5e95c
100644
(file)
--- a/
package/busybox/config/procps/Config.in
+++ b/
package/busybox/config/procps/Config.in
@@
-5,6
+5,13
@@
menu "Process Utilities"
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
config BUSYBOX_CONFIG_FREE
bool "free"
default y
@@
-40,7
+47,7
@@
config BUSYBOX_CONFIG_KILLALL
config BUSYBOX_CONFIG_KILLALL5
bool "killall5"
config BUSYBOX_CONFIG_KILLALL5
bool "killall5"
- default
y
+ default
n
depends on BUSYBOX_CONFIG_KILL
config BUSYBOX_CONFIG_NMETER
depends on BUSYBOX_CONFIG_KILL
config BUSYBOX_CONFIG_NMETER
This page took
0.024208 seconds
and
4
git commands to generate.