mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/linux-headers: drop 5.19.x option
The 5.19.x series is now EOL upstream, so drop the linux-headers 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
6936ec7ec6
commit
5449ea7d20
@@ -53,10 +53,6 @@ config BR2_KERNEL_HEADERS_5_15
|
||||
bool "Linux 5.15.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_19
|
||||
bool "Linux 5.19.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19
|
||||
|
||||
config BR2_KERNEL_HEADERS_6_0
|
||||
bool "Linux 6.0.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0
|
||||
@@ -398,7 +394,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "5.4.226" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.158" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.82" if BR2_KERNEL_HEADERS_5_15
|
||||
default "5.19.17" if BR2_KERNEL_HEADERS_5_19
|
||||
default "6.0.12" if BR2_KERNEL_HEADERS_6_0
|
||||
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