package/linux-headers: drop 7.1.x option

The 7.1.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: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-09-06 12:32:54 +02:00
committed by Julien Olivain
parent 7e2c623193
commit f7e943bf42
4 changed files with 7 additions and 7 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2026.11"
config BR2_KERNEL_HEADERS_7_1
bool "kernel headers version 7.1.x are no longer supported"
select BR2_LEGACY
help
Version 7.1.x of the Linux kernel headers are no longer
maintained upstream and are now removed.
config BR2_PACKAGE_WESTON_SCREENSHARE
bool "weston screenshare option removed"
select BR2_LEGACY

View File

@@ -1,6 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
sha256 8ba259e8e7b13ec6ef0941c8a39ad90b24bd4a4d6c0010ba6bafb794550ecd03 linux-7.2.3.tar.xz
sha256 614d95fafdcb5cce2b6620e7edc6afbb606bffd4655405586815d84687841ad7 linux-7.1.13.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 ae826f33111fea6f1d279dde7299d7463c8dfd204aeb75a8fb5432bc60a28191 linux-6.18.49.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"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18
config BR2_KERNEL_HEADERS_7_1
bool "Linux 7.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
config BR2_KERNEL_HEADERS_7_2
bool "Linux 7.2.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_2
@@ -486,7 +482,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "6.6.156" if BR2_KERNEL_HEADERS_6_6
default "6.12.108" if BR2_KERNEL_HEADERS_6_12
default "6.18.49" if BR2_KERNEL_HEADERS_6_18
default "7.1.13" if BR2_KERNEL_HEADERS_7_1
default "7.2.3" if BR2_KERNEL_HEADERS_7_2
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL