[Buildroot] [PATCH 4/7] package/linux-headers: drop 7.1.x option
From: Bernd Kuhls <hidden>
Date: 2026-09-06 10:33:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted> --- Config.in.legacy | 7 +++++++ linux/from-6.17/linux.hash | 1 - package/linux-headers/7.1.13 | 1 - package/linux-headers/Config.in.host | 5 ----- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 120000 package/linux-headers/7.1.13
diff --git a/Config.in.legacy b/Config.in.legacy
index 6975f1f15f..e4824231fc 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy@@ -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
diff --git a/linux/from-6.17/linux.hash b/linux/from-6.17/linux.hash
index 3aecea4fad..f362bced0d 100644
--- a/linux/from-6.17/linux.hash
+++ b/linux/from-6.17/linux.hash@@ -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
diff --git a/package/linux-headers/7.1.13 b/package/linux-headers/7.1.13
deleted file mode 120000
index a4e1d3ec9c..0000000000
--- a/package/linux-headers/7.1.13
+++ /dev/null@@ -1 +0,0 @@ -../../linux/from-6.17
\ No newline at end of file
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 365fe11931..2ba298090f 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host@@ -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
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot