ec5b83ce2f
- add missing dependencies to build prerequisites in the config system
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
config BR2_PACKAGE_PROCPS
|
|
bool "procps"
|
|
default n
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Standard informational utilities and process-handling tools.
|
|
Provides things like kill, ps, uptime, free, top, etc...
|
|
|
|
http://procps.sourceforge.net/
|