mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/linux-headers: drop 5.7 headers
The 5.7.x series is now EOL, so drop it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
95235737eb
commit
6f5937334d
@@ -55,10 +55,6 @@ config BR2_KERNEL_HEADERS_5_4
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
select BR2_KERNEL_HEADERS_LATEST
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_7
|
||||
bool "Linux 5.7.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_7
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_8
|
||||
bool "Linux 5.8.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8
|
||||
@@ -347,7 +343,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "4.14.195" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.142" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.61" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.7.19" if BR2_KERNEL_HEADERS_5_7
|
||||
default "5.8.7" if BR2_KERNEL_HEADERS_5_8
|
||||
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