Bladeren bron

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>
Peter Korsgaard 14 jaren geleden
bovenliggende
commit
4e3ae5ccab
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      package/busybox/Config.in

+ 1 - 1
package/busybox/Config.in

@@ -56,7 +56,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
 	  Most people will just use the default BusyBox configuration file.
 	  Most people will just use the default BusyBox configuration file.
 
 
 config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 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
 	help
 	  Show packages in menuconfig that are potentially also provided
 	  Show packages in menuconfig that are potentially also provided
 	  by busybox.
 	  by busybox.