diff options
Diffstat (limited to 'package/procps-ng/Config.in')
-rw-r--r-- | package/procps-ng/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/procps-ng/Config.in b/package/procps-ng/Config.in new file mode 100644 index 0000000000..0dea84aad9 --- /dev/null +++ b/package/procps-ng/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PROCPS_NG + bool "procps-ng" + select BR2_PACKAGE_NCURSES + help + Standard informational utilities and process-handling tools. + Provides things like kill, ps, uptime, free, top, etc... + + http://sourceforge.net/projects/procps-ng/ |