summaryrefslogtreecommitdiff
path: root/package/busybox/config/procps
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-27 22:38:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-27 22:38:11 +0200
commitfe608a4ed619c47d2c0a53209a75e8dba68747c1 (patch)
tree3cb88fcabb74946643e27c7d0d65c50790255b95 /package/busybox/config/procps
parentc1e90da10c6cee0eb663b121f40e61ab65b3553f (diff)
add some symbols, enable fuser and free
Diffstat (limited to 'package/busybox/config/procps')
-rw-r--r--package/busybox/config/procps/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index da3f280c7..c67fa42d9 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -7,7 +7,7 @@ menu "Process Utilities"
config BUSYBOX_FREE
bool "free"
- default n
+ default y
depends on BUSYBOX_PLATFORM_LINUX #sysinfo()
help
free displays the total amount of free and used physical and swap
@@ -16,7 +16,7 @@ config BUSYBOX_FREE
config BUSYBOX_FUSER
bool "fuser"
- default n
+ default y
help
fuser lists all PIDs (Process IDs) that currently have a given
file open. fuser can also list all PIDs that have a given network