kernel-headers: bump 3.8.10, add 3.9
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Apr 2013 07:24:44 +0000 (09:24 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Apr 2013 07:24:44 +0000 (09:24 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/kernel-headers/Config.in

index 17bd80b63a337c4fbf7998c44ab67739a0bd2edd..12c53d88951f55bdc0933cac39f164d372fb1452 100644 (file)
@@ -6,7 +6,7 @@ comment "Kernel Header Options"
 
 choice
        prompt "Kernel Headers"
-       default BR2_KERNEL_HEADERS_3_8
+       default BR2_KERNEL_HEADERS_3_9
        help
          Select the version of kernel header files you wish to use.
          You must select the correct set of header files to match
@@ -47,6 +47,9 @@ choice
        config BR2_KERNEL_HEADERS_3_8
                bool "Linux 3.8.x kernel headers"
 
+       config BR2_KERNEL_HEADERS_3_9
+               bool "Linux 3.9.x kernel headers"
+
        config BR2_KERNEL_HEADERS_VERSION
                bool "Manually specified Linux version"
 
@@ -71,6 +74,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "3.5.7"         if BR2_KERNEL_HEADERS_3_5
        default "3.6.11"        if BR2_KERNEL_HEADERS_3_6
        default "3.7.10"        if BR2_KERNEL_HEADERS_3_7
-       default "3.8.9"         if BR2_KERNEL_HEADERS_3_8
+       default "3.8.10"        if BR2_KERNEL_HEADERS_3_8
+       default "3.9"           if BR2_KERNEL_HEADERS_3_9
        default "2.6"           if BR2_KERNEL_HEADERS_SNAP
        default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION