kernel-headers: add 2.6.26.x
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:07:21 +0000 (19:07 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:07:21 +0000 (19:07 -0000)
toolchain/kernel-headers/Config.in

index c512ae22bb1c20613c84e4632dc0a7bc66fc8845..09257f89122627c203a2df9993ac0bd7b5e92d69 100644 (file)
@@ -6,7 +6,7 @@ comment "Kernel Header Options"
 
 choice
        prompt "Kernel Headers"
-       default BR2_KERNEL_HEADERS_2_6_25
+       default BR2_KERNEL_HEADERS_2_6_26
 
        help
          Select the version of kernel header files you wish to use.
@@ -83,6 +83,9 @@ choice
        config BR2_KERNEL_HEADERS_2_6_25
                bool "Linux 2.6.25.x kernel headers"
 
+       config BR2_KERNEL_HEADERS_2_6_26
+               bool "Linux 2.6.26.x kernel headers"
+
        config BR2_KERNEL_HEADERS_SNAP
                bool "Linux 2.6 snapshot"
 
@@ -134,5 +137,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "2.6.23"        if BR2_KERNEL_HEADERS_2_6_23
        default "2.6.24.7"      if BR2_KERNEL_HEADERS_2_6_24
        default "2.6.25.10"     if BR2_KERNEL_HEADERS_2_6_25
+       default "2.6.26"        if BR2_KERNEL_HEADERS_2_6_26
        default "2.6"           if BR2_KERNEL_HEADERS_SNAP