From: Peter Korsgaard Date: Wed, 27 Jul 2011 19:08:21 +0000 (+0200) Subject: busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af;p=buildroot.git busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check It is already within an 'if BR2_PACKAGE_BUSYBOX' section. Signed-off-by: Peter Korsgaard --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 283e59f569..488b12483f 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.