summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-27 21:08:21 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-27 21:10:13 +0200
commit4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af (patch)
tree8b20b16fbf0385e250d99f50e2a8d28229cc8e51
parent1f2879ccb7ebb13fed94607da3c8a27506a18e5b (diff)
downloadbuildroot-novena-4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af.tar.gz
buildroot-novena-4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af.zip
busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check
It is already within an 'if BR2_PACKAGE_BUSYBOX' section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 283e59f56..488b12483 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -56,7 +56,7 @@ 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" if BR2_PACKAGE_BUSYBOX
+ bool "Show packages that are also provided by busybox"
help
Show packages in menuconfig that are potentially also provided
by busybox.