2
1
Эх сурвалжийг харах

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

Peter Korsgaard 17 жил өмнө
parent
commit
d1a4923086

+ 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