X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a656395fe8018b9cdc0432a53e551a3af890b698..a34ec011e8ce972bd6df4b0808a5029da81d40a4:/package/busybox/config/procps/Config.in diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in index bd21cb377..2bac03891 100644 --- 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). +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 @@ -203,5 +210,4 @@ config BUSYBOX_CONFIG_WATCH watch is used to execute a program periodically, showing output to the screen. - endmenu