buildrootschalter/package/procps-ng/Config.in

11 lines
344 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_PROCPS_NG
bool "procps-ng"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
2004-10-09 08:13:40 +02:00
help
2004-10-14 22:33:45 +02:00
Standard informational utilities and process-handling tools.
Provides things like kill, ps, uptime, free, top, etc...
2004-10-09 08:13:40 +02:00
http://sourceforge.net/projects/procps-ng/