{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 6.18.x series

Update the latest kernel releases to:
 - 7.1.2 -> 7.1.3
 - 6.18.37 -> 6.18.38
 - 6.12.94 -> 6.12.95
 - 6.6.143 -> 6.6.144
 - 6.1.176 -> 6.1.177
 - 5.15.210 -> 5.15.211
 - 5.10.259 -> 5.10.260

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-07-05 09:58:47 +02:00
committed by Julien Olivain
parent 85a98f8148
commit 4b2e2bdd9b
12 changed files with 15 additions and 15 deletions

View File

@@ -472,13 +472,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.10.259" if BR2_KERNEL_HEADERS_5_10
default "5.15.210" if BR2_KERNEL_HEADERS_5_15
default "6.1.176" if BR2_KERNEL_HEADERS_6_1
default "6.6.143" if BR2_KERNEL_HEADERS_6_6
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
default "6.18.37" if BR2_KERNEL_HEADERS_6_18
default "7.1.2" if BR2_KERNEL_HEADERS_7_1
default "5.10.260" if BR2_KERNEL_HEADERS_5_10
default "5.15.211" if BR2_KERNEL_HEADERS_5_15
default "6.1.177" if BR2_KERNEL_HEADERS_6_1
default "6.6.144" if BR2_KERNEL_HEADERS_6_6
default "6.12.95" if BR2_KERNEL_HEADERS_6_12
default "6.18.38" if BR2_KERNEL_HEADERS_6_18
default "7.1.3" if BR2_KERNEL_HEADERS_7_1
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 \