kumquat-buildroot/package/util-linux/Config.in

15 lines
429 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_UTIL-LINUX
2004-10-14 22:33:45 +02:00
bool "util-linux"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
depends on BR2_INET_RPC
2004-10-09 08:13:40 +02:00
help
2004-10-14 22:33:45 +02:00
Various useful/essential Linux utilities.
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
2004-10-09 08:13:40 +02:00
2004-10-14 22:33:45 +02:00
http://www.kernel.org/pub/linux/utils/util-linux/
comment "util-linux requires a toolchain with RPC support"
depends on !BR2_INET_RPC