mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/linux-headers: drop 5.4.x option
The 5.4.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Bump kernel version in test_zfs.py. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a06d79862a
commit
7c9d6018e6
@@ -24,12 +24,6 @@ config BR2_KERNEL_HEADERS_AS_KERNEL
|
||||
depends on BR2_LINUX_KERNEL
|
||||
select BR2_KERNEL_HEADERS_LATEST if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_4
|
||||
bool "Linux 5.4.x kernel headers"
|
||||
# Support was introduced in Linux 5.19
|
||||
depends on !BR2_loongarch64
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_10
|
||||
bool "Linux 5.10.x kernel headers"
|
||||
# Support was introduced in Linux 5.19
|
||||
@@ -466,7 +460,6 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.4.302" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.247" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.197" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.159" if BR2_KERNEL_HEADERS_6_1
|
||||
|
||||
Reference in New Issue
Block a user