linux-headers: drop old unsupported 3.x versions
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Jan 2018 21:48:25 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Feb 2018 23:02:35 +0000 (00:02 +0100)
These versions are very old and no longer supported according to
https://www.kernel.org/category/releases.html, so drop them and add legacy
entries.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/linux-headers/Config.in.host

index fd8505b167f474912c57a0abb8445b23f4e18462..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -145,6 +145,36 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.02"
 
+config BR2_KERNEL_HEADERS_3_4
+       bool "kernel headers version 3.4.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.4.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_10
+       bool "kernel headers version 3.10.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.10.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_12
+       bool "kernel headers version 3.12.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.12.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
 config BR2_BINUTILS_VERSION_2_27_X
        bool "binutils version 2.27 support removed"
        select BR2_LEGACY
index e0f97f3b5e8157261a3f93953cc0669e481bebde..069e31de240279431655c175da4b65da21ad16dc 100644 (file)
@@ -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
@@ -256,9 +241,6 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
        string
        default "3.2.98"        if BR2_KERNEL_HEADERS_3_2
-       default "3.4.113"       if BR2_KERNEL_HEADERS_3_4
-       default "3.10.108"      if BR2_KERNEL_HEADERS_3_10
-       default "3.12.74"       if BR2_KERNEL_HEADERS_3_12
        default "4.1.49"        if BR2_KERNEL_HEADERS_4_1
        default "4.4.115"       if BR2_KERNEL_HEADERS_4_4
        default "4.9.80"        if BR2_KERNEL_HEADERS_4_9