2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_UTIL-LINUX
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "util-linux"
|
2009-08-30 22:01:23 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
|
|
|
|
select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
|
2009-10-05 20:06:14 +02:00
|
|
|
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/
|
2009-10-05 20:06:14 +02:00
|
|
|
|
2009-10-30 00:20:17 +01:00
|
|
|
comment "util-linux requires a toolchain with RPC support"
|
|
|
|
depends on !BR2_INET_RPC
|