Browse Source

hide busybox version selector if disabled

Peter Korsgaard 18 years ago
parent
commit
588f9d44be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/busybox/Config.in

+ 1 - 0
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.