mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/linux-headers: drop support for 5.1.x headers
The 5.1.x series is now EOL and 5.3.x has been added, so remove the option and add legacy handling for it. 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_1
|
||||
bool "Linux 5.1.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_2
|
||||
bool "Linux 5.2.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
|
||||
@@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "4.9.194" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.146" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.76" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.1.21" if BR2_KERNEL_HEADERS_5_1
|
||||
default "5.2.18" if BR2_KERNEL_HEADERS_5_2
|
||||
default "5.3.2" if BR2_KERNEL_HEADERS_5_3
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
|
||||
Reference in New Issue
Block a user