{linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x / 7.0.x series

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-04-30 19:22:12 +02:00
committed by Julien Olivain
parent d230af8bba
commit b8a0093495
12 changed files with 15 additions and 15 deletions

View File

@@ -468,13 +468,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.10.253" if BR2_KERNEL_HEADERS_5_10
default "5.15.203" if BR2_KERNEL_HEADERS_5_15
default "6.1.169" if BR2_KERNEL_HEADERS_6_1
default "6.6.136" if BR2_KERNEL_HEADERS_6_6
default "6.12.84" if BR2_KERNEL_HEADERS_6_12
default "6.18.25" if BR2_KERNEL_HEADERS_6_18
default "7.0.2" if BR2_KERNEL_HEADERS_7_0
default "5.10.254" if BR2_KERNEL_HEADERS_5_10
default "5.15.204" if BR2_KERNEL_HEADERS_5_15
default "6.1.170" if BR2_KERNEL_HEADERS_6_1
default "6.6.137" if BR2_KERNEL_HEADERS_6_6
default "6.12.85" if BR2_KERNEL_HEADERS_6_12
default "6.18.26" if BR2_KERNEL_HEADERS_6_18
default "7.0.3" if BR2_KERNEL_HEADERS_7_0
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \