Browse Source

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

Peter Korsgaard 17 years ago
parent
commit
d1a4923086
1 changed files with 2 additions and 1 deletions
  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