busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Jul 2011 19:08:21 +0000 (21:08 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Jul 2011 19:10:13 +0000 (21:10 +0200)
It is already within an 'if BR2_PACKAGE_BUSYBOX' section.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/busybox/Config.in

index 283e59f56954e3c6dd4f09fea2cfc9b4bf061e69..488b12483f41a17940000f41132013edb7dedcaa 100644 (file)
@@ -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.