From: Peter Korsgaard Date: Tue, 6 Feb 2007 16:20:29 +0000 (-0000) Subject: hide busybox version selector if disabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=588f9d44be0382fcf856919653a7739491f7b330;p=buildroot.git hide busybox version selector if disabled --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index f57ce5c1cb..f832d7121f 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -11,6 +11,7 @@ config BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" + depends BR2_PACKAGE_BUSYBOX default BR2_BUSYBOX_VERSION_1_2_2_1 help Select the version of BusyBox you wish to use.