소스 검색

hide busybox version selector if disabled

Peter Korsgaard 18 년 전
부모
커밋
588f9d44be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/busybox/Config.in

+ 1 - 0
package/busybox/Config.in

@@ -11,6 +11,7 @@ config BR2_PACKAGE_BUSYBOX
 
 
 choice
 choice
 	prompt "BusyBox Version"
 	prompt "BusyBox Version"
+	depends BR2_PACKAGE_BUSYBOX
 	default BR2_BUSYBOX_VERSION_1_2_2_1
 	default BR2_BUSYBOX_VERSION_1_2_2_1
 	help
 	help
 	  Select the version of BusyBox you wish to use.
 	  Select the version of BusyBox you wish to use.