014df317d4
Closes #529. util-linux needs to link with libintl when locale support is available / requested in the toolchain, similar to how it is done for avahi. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
config BR2_PACKAGE_UTIL-LINUX
|
|
bool "util-linux"
|
|
select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
|
|
help
|
|
Various useful/essential Linux utilities.
|
|
|
|
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
|
|
|
|
http://www.kernel.org/pub/linux/utils/util-linux/
|