summaryrefslogtreecommitdiff
path: root/package/procps/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/procps/Config.in')
-rw-r--r--package/procps/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/procps/Config.in b/package/procps/Config.in
new file mode 100644
index 000000000..475bafc08
--- /dev/null
+++ b/package/procps/Config.in
@@ -0,0 +1,17 @@
+config ADK_PACKAGE_PROCPS_META
+ bool
+ default n
+
+config ADK_PACKAGE_PROCPS
+ prompt "procps............................ The /proc file system utilities"
+ tristate
+ default n
+ select ADK_PACKAGE_PROCPS_META
+ select ADK_PACKAGE_LIBNCURSES
+ help
+ procps is the package that has a bunch of small useful utilities
+ that give information about processes using the /proc filesystem.
+ The package includes the programs ps, top, vmstat, w, kill, free,
+ slabtop, and skill.
+
+ http://procps.sourceforge.net/