diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-27 14:44:47 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-27 14:44:47 +0100 |
commit | bbbdf45f0e387fdc95fa63626025abca832bedef (patch) | |
tree | ab5297d3b16a897f6915746dce2daddb46dde6da /package/busybox | |
parent | 0575682552f5614d66cfa29deb70da0bba5e7d63 (diff) | |
download | buildroot-novena-bbbdf45f0e387fdc95fa63626025abca832bedef.tar.gz buildroot-novena-bbbdf45f0e387fdc95fa63626025abca832bedef.zip |
package: show packages with busybox alternatives if busybox is disabled
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index ca7264f52..7438a8d4d 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -71,8 +71,8 @@ config BR2_PACKAGE_BUSYBOX_CONFIG Most people will just use the default BusyBox configuration file. config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS - bool "Show packages that are also provided by busybox" - depends on BR2_PACKAGE_BUSYBOX + bool "Show packages that are also provided by busybox" if BR2_PACKAGE_BUSYBOX + default y if !BR2_PACKAGE_BUSYBOX help Show packages in menuconfig that are potentially also provided by busybox. |