diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 08:53:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 08:53:55 +0200 |
commit | 952d96d5aed88bf0e7f7e6df55003c9ad5115f10 (patch) | |
tree | 79074c69a1a629344b3cba2a0eeb4f53b203df2c /package/Config.in | |
parent | e1fbd63f3c9700ef9d590ea7b4659ca592db5e3c (diff) | |
download | buildroot-novena-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.tar.gz buildroot-novena-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.in | 2 |
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 |