{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-05-17 17:58:59 +02:00
committed by Julien Olivain
parent 6b1b1d6380
commit f049a07fb0
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.255" if BR2_KERNEL_HEADERS_5_10
default "5.15.206" if BR2_KERNEL_HEADERS_5_15
default "6.1.172" if BR2_KERNEL_HEADERS_6_1
default "6.6.138" if BR2_KERNEL_HEADERS_6_6
default "6.12.87" if BR2_KERNEL_HEADERS_6_12
default "6.18.29" if BR2_KERNEL_HEADERS_6_18
default "7.0.6" if BR2_KERNEL_HEADERS_7_0
default "5.10.256" if BR2_KERNEL_HEADERS_5_10
default "5.15.207" if BR2_KERNEL_HEADERS_5_15
default "6.1.173" if BR2_KERNEL_HEADERS_6_1
default "6.6.140" if BR2_KERNEL_HEADERS_6_6
default "6.12.90" if BR2_KERNEL_HEADERS_6_12
default "6.18.32" if BR2_KERNEL_HEADERS_6_18
default "7.0.9" 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 \