summaryrefslogtreecommitdiffstats
path: root/package/util-linux/Config.in
blob: 533ef698b7cd675749ae41180e346a51c1c81a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_UTIL-LINUX
	bool "util-linux"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
	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