diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/util-linux/Config.in | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,7 @@ libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, openssl, python, quagga, radvd, samba, shared-mime-info, speech-tools, - squashfs, syslinux, u-boot, valgrind, vsftpd, wipe, + squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib Removed package: mdnsresponder, mpatrol diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index f8af6bb4f..93a0522ee 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -2,9 +2,13 @@ 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 "netkitbase requires a toolchain with RPC support" + depends on !BR2_INET_RPC |