package/linux-headers: drop 5.7 headers
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 5 Sep 2020 20:19:56 +0000 (22:19 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 6 Sep 2020 07:52:30 +0000 (09:52 +0200)
The 5.7.x series is now EOL, so drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Config.in.legacy
linux/linux.hash
package/linux-headers/Config.in.host

index 022f6a74933d8281a85a4f81dcd6451b532ca697..d4f2dcfdea0002095b68a6b08c63d4d8f1f00329 100644 (file)
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2020.11"
 
+config BR2_KERNEL_HEADERS_5_7
+       bool "kernel headers version 5.7.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 5.7.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
 config BR2_PACKAGE_TINYHTTPD
        bool "tinyhttpd package removed"
        select BR2_LEGACY
index d9f51e0dccf2b8144802ea42c88ba3c5074c3e1e..f5d7591da7b4da665e9f43b145882746a368e50c 100644 (file)
@@ -1,6 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  7b0bf5029c94df72d1244b6b77e79e376cff2817a782c3ac50767a4121fd17fe  linux-5.8.7.tar.xz
-sha256  419c6248b9ae4dfead4599787aecbfd202e88bc4124523adfa6dd2d642b99fe7  linux-5.7.19.tar.xz
 sha256  86f13d050f6389c5a1727fa81510ee8eceac795297bc584f443354609617fea4  linux-5.4.61.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256  6994dda988e9fb7f5661cf80ff42039016cb0044acd39f830937ba0220296388  linux-4.4.234.tar.xz
index a70a0f2b6b77bfbfd4d194b577c02fcf754a11a5..bbe377ab18d693af12af230cd58783d5ef52651a 100644 (file)
@@ -55,10 +55,6 @@ config BR2_KERNEL_HEADERS_5_4
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
        select BR2_KERNEL_HEADERS_LATEST
 
-config BR2_KERNEL_HEADERS_5_7
-       bool "Linux 5.7.x kernel headers"
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_7
-
 config BR2_KERNEL_HEADERS_5_8
        bool "Linux 5.8.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8
@@ -347,7 +343,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "4.14.195"      if BR2_KERNEL_HEADERS_4_14
        default "4.19.142"      if BR2_KERNEL_HEADERS_4_19
        default "5.4.61"        if BR2_KERNEL_HEADERS_5_4
-       default "5.7.19"        if BR2_KERNEL_HEADERS_5_7
        default "5.8.7"         if BR2_KERNEL_HEADERS_5_8
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
        default "custom"        if BR2_KERNEL_HEADERS_CUSTOM_TARBALL