summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2011-07-29 08:53:55 +0200
committerPeter Korsgaard2011-07-29 08:53:55 +0200
commit952d96d5aed88bf0e7f7e6df55003c9ad5115f10 (patch)
tree79074c69a1a629344b3cba2a0eeb4f53b203df2c /package/Config.in
parentpackage: use libuuid from util-linux (diff)
downloadbuildroot-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.tar.gz
buildroot-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.tar.xz
buildroot-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.zip
util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency
Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in
index 61f82560e..7112e059e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -514,8 +514,8 @@ source "package/psmisc/Config.in"
source "package/rsyslog/Config.in"
source "package/sysklogd/Config.in"
source "package/sysvinit/Config.in"
-source "package/util-linux/Config.in"
endif
+source "package/util-linux/Config.in"
source "package/dsp-tools/Config.in"
endmenu