From 0ce896b28b3c165f46fdaba01e1b25f3a3c223cd Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 23 Aug 2025 11:28:01 +0200 Subject: [PATCH] package/linux-headers: drop 6.15.x option The 6.15.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- Config.in.legacy | 7 +++++++ linux/linux.hash | 1 - package/linux-headers/Config.in.host | 5 ----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Config.in.legacy b/Config.in.legacy index efb59dc535..0bedc24dce 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2025.08" +config BR2_KERNEL_HEADERS_6_15 + bool "kernel headers version 6.15.x are no longer supported" + select BR2_LEGACY + help + Version 6.15.x of the Linux kernel headers are no longer + maintained upstream and are now removed. + config BR2_PACKAGE_LIBCURL_BEARSSL bool "libcurl removed BearSSL support" select BR2_LEGACY diff --git a/linux/linux.hash b/linux/linux.hash index f5e2d663d1..80181fd78e 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,6 +1,5 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc sha256 1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1befbcd83 linux-6.16.tar.xz -sha256 e94f3af85492302f7a819441458f80bca0ad9912e5a4c83c699ff3c63c52957d linux-6.15.9.tar.xz sha256 6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27 linux-6.12.41.tar.xz sha256 8c4ff2869736538b9b0d88ea8dbf0332b79c6ecc40a32066768a754df1fae1c0 linux-6.6.101.tar.xz sha256 218f25663a41e3d811e84fa1c4acec50684898b2f6d0c8c0deb531d937e466f7 linux-6.1.147.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 66a9670de5..68f5504868 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -54,10 +54,6 @@ config BR2_KERNEL_HEADERS_6_12 bool "Linux 6.12.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_12 -config BR2_KERNEL_HEADERS_6_15 - bool "Linux 6.15.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15 - config BR2_KERNEL_HEADERS_6_16 bool "Linux 6.16.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_16 @@ -464,7 +460,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "6.1.147" if BR2_KERNEL_HEADERS_6_1 default "6.6.101" if BR2_KERNEL_HEADERS_6_6 default "6.12.41" if BR2_KERNEL_HEADERS_6_12 - default "6.15.9" if BR2_KERNEL_HEADERS_6_15 default "6.16" if BR2_KERNEL_HEADERS_6_16 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL