{linux, linux-headers}: bump 5.15.x / 6.{1, 6, 12}.x series

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 079a66f107)
[thomas: don't pick 6.14 bump]
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-06-12 14:40:03 +02:00
committed by Thomas Perale
parent 243add1034
commit dc537f767b
3 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -430,10 +430,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.4.293" if BR2_KERNEL_HEADERS_5_4
default "5.10.237" if BR2_KERNEL_HEADERS_5_10
default "5.15.182" if BR2_KERNEL_HEADERS_5_15
default "6.1.138" if BR2_KERNEL_HEADERS_6_1
default "6.6.90" if BR2_KERNEL_HEADERS_6_6
default "6.12.28" if BR2_KERNEL_HEADERS_6_12
default "5.15.184" if BR2_KERNEL_HEADERS_5_15
default "6.1.140" if BR2_KERNEL_HEADERS_6_1
default "6.6.92" if BR2_KERNEL_HEADERS_6_6
default "6.12.30" if BR2_KERNEL_HEADERS_6_12
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 \