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:
Bernd Kuhls
2025-12-07 10:14:10 +01:00
committed by Julien Olivain
parent a06d79862a
commit 7c9d6018e6
4 changed files with 8 additions and 9 deletions

View File

@@ -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