package/linux-headers: drop 7.0.x option

The 7.0.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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2026-06-28 13:39:41 +02:00
committed by Peter Korsgaard
parent a5c88de280
commit 606f9ecbde
4 changed files with 7 additions and 7 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2026.08" comment "Legacy options removed in 2026.08"
config BR2_KERNEL_HEADERS_7_0
bool "kernel headers version 7.0.x are no longer supported"
select BR2_LEGACY
help
Version 7.0.x of the Linux kernel headers are no longer
maintained upstream and are now removed.
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
bool "bluez sap plugin removed" bool "bluez sap plugin removed"
select BR2_LEGACY select BR2_LEGACY

View File

@@ -1,6 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc # From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
sha256 37198c93727be247c9fb5309bb86cd5e496c61e5322cd8c4eca9476bb0b5883f linux-7.1.2.tar.xz sha256 37198c93727be247c9fb5309bb86cd5e496c61e5322cd8c4eca9476bb0b5883f linux-7.1.2.tar.xz
sha256 de9999b784d2293f00d39c62d8f92a08ab8a54bc4e80ffd250a0c09cb07a0f98 linux-7.0.14.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255 linux-6.18.37.tar.xz sha256 a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255 linux-6.18.37.tar.xz

View File

@@ -1 +0,0 @@
../../linux/from-6.17

View File

@@ -52,10 +52,6 @@ config BR2_KERNEL_HEADERS_6_18
bool "Linux 6.18.x kernel headers" bool "Linux 6.18.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18
config BR2_KERNEL_HEADERS_7_0
bool "Linux 7.0.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
config BR2_KERNEL_HEADERS_7_1 config BR2_KERNEL_HEADERS_7_1
bool "Linux 7.1.x kernel headers" bool "Linux 7.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
@@ -482,7 +478,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "6.6.143" if BR2_KERNEL_HEADERS_6_6 default "6.6.143" if BR2_KERNEL_HEADERS_6_6
default "6.12.94" if BR2_KERNEL_HEADERS_6_12 default "6.12.94" if BR2_KERNEL_HEADERS_6_12
default "6.18.37" if BR2_KERNEL_HEADERS_6_18 default "6.18.37" if BR2_KERNEL_HEADERS_6_18
default "7.0.14" if BR2_KERNEL_HEADERS_7_0
default "7.1.2" if BR2_KERNEL_HEADERS_7_1 default "7.1.2" if BR2_KERNEL_HEADERS_7_1
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL