mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/linux-headers: drop support for 5.2.x headers
The 5.2.x series is now EOL so remove the option and add legacy handling for it. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8134a71e92
commit
29ada32954
@@ -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_2
|
||||
bool "Linux 5.2.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_3
|
||||
bool "Linux 5.3.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
||||
@@ -313,7 +309,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "4.9.196" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.149" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.79" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.2.21" if BR2_KERNEL_HEADERS_5_2
|
||||
default "5.3.6" if BR2_KERNEL_HEADERS_5_3
|
||||
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