mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user