summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-27 14:44:47 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-27 14:44:47 +0100
commitbbbdf45f0e387fdc95fa63626025abca832bedef (patch)
treeab5297d3b16a897f6915746dce2daddb46dde6da /package/busybox/Config.in
parent0575682552f5614d66cfa29deb70da0bba5e7d63 (diff)
package: show packages with busybox alternatives if busybox is disabled
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
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.