48a851d1bb
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
config BR2_PACKAGE_PSMISC
|
|
bool "psmisc"
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Helpful /proc related utilities such as pstree, fuser, and killall
|
|
|
|
https://gitlab.com/psmisc/psmisc
|