blob: 8d45f0acb602ea829fe7bdd6f720125aeb830eec (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_PROCPS
bool "procps"
select BR2_PACKAGE_NCURSES
depends on BR2_USE_WCHAR
help
Standard informational utilities and process-handling tools.
Provides things like kill, ps, uptime, free, top, etc...
http://procps.sourceforge.net/
|