kernel-headers: add 2.6.31
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 10 Sep 2009 08:30:54 +0000 (10:30 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 10 Sep 2009 08:30:54 +0000 (10:30 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/kernel-headers/Config.in

index 828ba0c07c38acac6bba05899d5649fe192596a5..276819023cc4fde91b08cef6392b6c750077e7ea 100644 (file)
@@ -6,7 +6,7 @@ comment "Kernel Header Options"
 
 choice
        prompt "Kernel Headers"
-       default BR2_KERNEL_HEADERS_2_6_30
+       default BR2_KERNEL_HEADERS_2_6_31
 
        help
          Select the version of kernel header files you wish to use.
@@ -30,10 +30,14 @@ choice
 
        config BR2_KERNEL_HEADERS_2_6_29
                bool "Linux 2.6.29.x kernel headers"
-               depends on BR2_DEPRECATED || BR2_RECENT
+               depends on BR2_DEPRECATED
 
        config BR2_KERNEL_HEADERS_2_6_30
                bool "Linux 2.6.30.x kernel headers"
+               depends on BR2_DEPRECATED || BR2_RECENT
+
+       config BR2_KERNEL_HEADERS_2_6_31
+               bool "Linux 2.6.31.x kernel headers"
 
        config BR2_KERNEL_HEADERS_SNAP
                bool "Linux 2.6 snapshot"
@@ -53,5 +57,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "2.6.28.10"     if BR2_KERNEL_HEADERS_2_6_28
        default "2.6.29.6"      if BR2_KERNEL_HEADERS_2_6_29
        default "2.6.30.6"      if BR2_KERNEL_HEADERS_2_6_30
+       default "2.6.31"        if BR2_KERNEL_HEADERS_2_6_31
        default "2.6"           if BR2_KERNEL_HEADERS_SNAP