package/linux-headers: drop 6.5.x option

The 6.5.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.net>
[Peter: drop option from linux-headers/Config.host.in]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2023-12-17 18:18:20 +01:00
committed by Peter Korsgaard
parent 9f8d62c955
commit fffb245f66
3 changed files with 7 additions and 6 deletions

View File

@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_6_1
bool "Linux 6.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_1
config BR2_KERNEL_HEADERS_6_5
bool "Linux 6.5.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5
config BR2_KERNEL_HEADERS_6_6
bool "Linux 6.6.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
@@ -418,7 +414,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.202" if BR2_KERNEL_HEADERS_5_10
default "5.15.140" if BR2_KERNEL_HEADERS_5_15
default "6.1.64" if BR2_KERNEL_HEADERS_6_1
default "6.5.13" if BR2_KERNEL_HEADERS_6_5
default "6.6.3" if BR2_KERNEL_HEADERS_6_6
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL