소스 검색

- bump version

Bernhard Reutner-Fischer 18 년 전
부모
커밋
1ca33cb117
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      package/busybox/Config.in

+ 5 - 0
package/busybox/Config.in

@@ -46,9 +46,14 @@ choice
 
 	config BR2_BUSYBOX_VERSION_1_5_1
 		bool "BusyBox 1.5.1"
+		depends on BR2_DEPRECATED
 
 	config BR2_BUSYBOX_VERSION_1_6_0
 		bool "BusyBox 1.6.0"
+		depends on BR2_DEPRECATED
+
+	config BR2_BUSYBOX_VERSION_1_6_1
+		bool "BusyBox 1.6.1"
 
 	config BR2_PACKAGE_BUSYBOX_SNAPSHOT
 		bool "daily snapshot"