package/linux-headers: drop support for 5.x headers

The 5.0.x series is now EOL and vulnerable to the "TCP SACK PANIC" issue.
Drop support for it in linux-headers.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2019-06-18 13:57:33 +02:00
parent b769e54a92
commit 9e9a480ae4
3 changed files with 7 additions and 6 deletions

View File

@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_4_19
depends on !BR2_csky
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
config BR2_KERNEL_HEADERS_5_0
bool "Linux 5.0.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
config BR2_KERNEL_HEADERS_5_1
bool "Linux 5.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
@@ -305,7 +301,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.9.182" if BR2_KERNEL_HEADERS_4_9
default "4.14.127" if BR2_KERNEL_HEADERS_4_14
default "4.19.52" if BR2_KERNEL_HEADERS_4_19
default "5.0.21" if BR2_KERNEL_HEADERS_5_0
default "5.1.11" if BR2_KERNEL_HEADERS_5_1
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL