6a54ade566
Fixes: http://autobuild.buildroot.net/results/88a/88a2c8907dce0e5abe0d544ce9a2875dfdcc9e7c/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
config BR2_PACKAGE_PROCPS_NG
|
|
bool "procps-ng"
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
Standard informational utilities and process-handling tools.
|
|
Provides things like kill, ps, uptime, free, top, etc...
|
|
|
|
http://sourceforge.net/projects/procps-ng/
|