kumquat-buildroot/package/util-linux/Config.in
Peter Korsgaard 83f1ec65a0 util-linux: fix kconfig typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-30 00:20:17 +01:00

15 lines
429 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
depends on BR2_INET_RPC
help
Various useful/essential Linux utilities.
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
http://www.kernel.org/pub/linux/utils/util-linux/
comment "util-linux requires a toolchain with RPC support"
depends on !BR2_INET_RPC