소스 검색

kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent

Peter Korsgaard 17 년 전
부모
커밋
d1a4923086
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      toolchain/kernel-headers/Config.in

+ 2 - 1
toolchain/kernel-headers/Config.in

@@ -77,10 +77,11 @@ choice
 		bool "Linux 2.6.23.x kernel headers"
 
 	config BR2_KERNEL_HEADERS_2_6_24
-		depends on BR2_RECENT
+		depends on BR2_DEPRECATED
 		bool "Linux 2.6.24.x kernel headers"
 
 	config BR2_KERNEL_HEADERS_2_6_25
+		depends on BR2_RECENT
 		bool "Linux 2.6.25.x kernel headers"
 
 	config BR2_KERNEL_HEADERS_2_6_26