Explorar o código

kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn't

Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
5bf6b74e22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/kernel-headers/Config.in

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

@@ -61,7 +61,7 @@ choice
 		bool "Linux 2.6.25.x kernel headers"
 
 	config BR2_KERNEL_HEADERS_2_6_26
-		depends on BR2_RECENT
+		depends on BR2_DEPRECATED || BR2_RECENT
 		bool "Linux 2.6.26.x kernel headers"
 
 	config BR2_KERNEL_HEADERS_2_6_27