diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
commit | 03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79 (patch) | |
tree | 138dd3337ab4da580067379a45074ea7e7cf7b11 /package/busybox/config/procps | |
parent | 1bda5f253040898869baba09a04008ef51009cca (diff) | |
download | mtk-20170518-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.zip mtk-20170518-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.gz mtk-20170518-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.bz2 |
update busybox to 1.18.4, patch from Peter Wagner
SVN-Revision: 26455
Diffstat (limited to 'package/busybox/config/procps')
-rw-r--r-- | package/busybox/config/procps/Config.in | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in index da5e95c..fbb2cee 100644 --- a/package/busybox/config/procps/Config.in +++ b/package/busybox/config/procps/Config.in @@ -5,6 +5,26 @@ menu "Process Utilities" +config BUSYBOX_CONFIG_IOSTAT + bool "iostat" + default n + help + Report CPU and I/O statistics +config BUSYBOX_CONFIG_MPSTAT + bool "mpstat" + default n + help + Per-processor statistics +config BUSYBOX_CONFIG_PMAP + bool "pmap" + default n + help + Display processes' memory mappings. +config BUSYBOX_CONFIG_POWERTOP + bool "powertop" + default n + help + Analyze power consumption on Intel-based laptops config BUSYBOX_CONFIG_SMEMCAP bool "smemcap" default n @@ -15,6 +35,7 @@ config BUSYBOX_CONFIG_SMEMCAP config BUSYBOX_CONFIG_FREE bool "free" default y + depends on BUSYBOX_CONFIG_PLATFORM_LINUX help free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. @@ -109,7 +130,7 @@ config BUSYBOX_CONFIG_FEATURE_PS_WIDE config BUSYBOX_CONFIG_FEATURE_PS_TIME bool "Enable time and elapsed time output" default n - depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP + depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP && BUSYBOX_CONFIG_PLATFORM_LINUX help Support -o time and -o etime output specifiers. @@ -205,6 +226,7 @@ config BUSYBOX_CONFIG_FEATURE_SHOW_THREADS config BUSYBOX_CONFIG_UPTIME bool "uptime" default y + depends on BUSYBOX_CONFIG_PLATFORM_LINUX help uptime gives a one line display of the current time, how long the system has been running, how many users are currently logged |