]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/linux-headers/Config.in.host
linux-headers: bump 4.{4, 9, 14, 15}.x series
[coffee/buildroot.git] / package / linux-headers / Config.in.host
index 9e1a77f533f3db97286e17d7e78e3f5bb9921210..3bd3e779b01128735087d6c108e42caad6d038b3 100644 (file)
@@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS
 choice
        prompt "Kernel Headers"
        default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
-       default BR2_KERNEL_HEADERS_4_13
+       default BR2_KERNEL_HEADERS_4_15
        help
          Select the kernel version to get headers from.
 
@@ -31,21 +31,6 @@ config BR2_KERNEL_HEADERS_3_2
        depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
 
-config BR2_KERNEL_HEADERS_3_4
-       bool "Linux 3.4.x kernel headers"
-       depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
-
-config BR2_KERNEL_HEADERS_3_10
-       bool "Linux 3.10.x kernel headers"
-       depends on !BR2_nios2
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
-
-config BR2_KERNEL_HEADERS_3_12
-       bool "Linux 3.12.x kernel headers"
-       depends on !BR2_nios2
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
-
 config BR2_KERNEL_HEADERS_4_1
        bool "Linux 4.1.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
@@ -74,6 +59,14 @@ config BR2_KERNEL_HEADERS_4_13
        bool "Linux 4.13.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13
 
+config BR2_KERNEL_HEADERS_4_14
+       bool "Linux 4.14.x kernel headers"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
+
+config BR2_KERNEL_HEADERS_4_15
+       bool "Linux 4.15.x kernel headers"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
+
 config BR2_KERNEL_HEADERS_VERSION
        bool "Manually specified Linux version"
 
@@ -96,6 +89,14 @@ choice
          This is used to hide/show some packages that have strict
          requirements on the version of kernel headers.
 
+config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15
+       bool "4.15.x"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
+
+config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14
+       bool "4.14.x"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
+
 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_13
        bool "4.13.x"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13
@@ -239,15 +240,14 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
        string
-       default "3.2.93"        if BR2_KERNEL_HEADERS_3_2
-       default "3.4.113"       if BR2_KERNEL_HEADERS_3_4
-       default "3.10.107"      if BR2_KERNEL_HEADERS_3_10
-       default "3.12.74"       if BR2_KERNEL_HEADERS_3_12
-       default "4.1.43"        if BR2_KERNEL_HEADERS_4_1
-       default "4.4.90"        if BR2_KERNEL_HEADERS_4_4
-       default "4.9.53"        if BR2_KERNEL_HEADERS_4_9
+       default "3.2.101"       if BR2_KERNEL_HEADERS_3_2
+       default "4.1.51"        if BR2_KERNEL_HEADERS_4_1
+       default "4.4.127"       if BR2_KERNEL_HEADERS_4_4
+       default "4.9.93"        if BR2_KERNEL_HEADERS_4_9
        default "4.10.17"       if BR2_KERNEL_HEADERS_4_10
        default "4.11.12"       if BR2_KERNEL_HEADERS_4_11
        default "4.12.14"       if BR2_KERNEL_HEADERS_4_12
-       default "4.13.5"        if BR2_KERNEL_HEADERS_4_13
+       default "4.13.16"       if BR2_KERNEL_HEADERS_4_13
+       default "4.14.33"       if BR2_KERNEL_HEADERS_4_14
+       default "4.15.16"       if BR2_KERNEL_HEADERS_4_15
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION