projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mini_fo: add error pointer checks after dentry lookups to fix various crash bugs...
[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
bd21cb3
..
2bac038
100644
(file)
--- a/
package/busybox/config/procps/Config.in
+++ b/
package/busybox/config/procps/Config.in
@@
-188,6
+188,13
@@
config BUSYBOX_CONFIG_FEATURE_TOPMEM
help
Enable 's' in top (gives lots of memory info).
help
Enable 's' in top (gives lots of memory info).
+config BUSYBOX_CONFIG_FEATURE_SHOW_THREADS
+ bool "Support for showing threads in ps/top"
+ default n
+ depends on BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_TOP
+ help
+ Enables ps -T option and 'h' command in top
+
config BUSYBOX_CONFIG_UPTIME
bool "uptime"
default y
config BUSYBOX_CONFIG_UPTIME
bool "uptime"
default y
@@
-203,5
+210,4
@@
config BUSYBOX_CONFIG_WATCH
watch is used to execute a program periodically, showing
output to the screen.
watch is used to execute a program periodically, showing
output to the screen.
-
endmenu
endmenu
This page took
0.020651 seconds
and
4
git commands to generate.