busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
[openwrt/staging/dedeckeh.git] / package / busybox / config / procps / Config.in
index bd21cb377fd8f17c76d6ae3b4e2208d5b92063b2..2bac03891d23bc4fbf6e3bd00e0d3f5c5433f5eb 100644 (file)
@@ -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