dbdb4e33f0
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
config BR2_PACKAGE_PSMISC
|
|
bool "psmisc"
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
Helpful /proc related utilities such as pstree, fuser, and killall
|
|
|
|
http://psmisc.sourceforge.net/
|