{linux, linux-headers}: bump 6.12.x, 7.0.x, 6.18.x series

Update the latest kernel releases to:
- 6.12.92 -> 6.12.93
- 6.18.34 -> 6.18.35
- 7.0.11 -> 7.0.12

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-06-15 22:25:55 +02:00
committed by Julien Olivain
parent 96408d1313
commit d609530d09
8 changed files with 7 additions and 7 deletions

View File

@@ -472,9 +472,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.15.209" if BR2_KERNEL_HEADERS_5_15
default "6.1.175" if BR2_KERNEL_HEADERS_6_1
default "6.6.142" if BR2_KERNEL_HEADERS_6_6
default "6.12.92" if BR2_KERNEL_HEADERS_6_12
default "6.18.34" if BR2_KERNEL_HEADERS_6_18
default "7.0.11" if BR2_KERNEL_HEADERS_7_0
default "6.12.93" if BR2_KERNEL_HEADERS_6_12
default "6.18.35" if BR2_KERNEL_HEADERS_6_18
default "7.0.12" 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 \