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

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2026-02-19 20:56:46 +01:00
committed by Peter Korsgaard
parent 34b9d6381e
commit 5a08bca31b
11 changed files with 15 additions and 15 deletions

View File

@@ -464,13 +464,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.10.250" if BR2_KERNEL_HEADERS_5_10
default "5.15.200" if BR2_KERNEL_HEADERS_5_15
default "6.1.163" if BR2_KERNEL_HEADERS_6_1
default "6.6.126" if BR2_KERNEL_HEADERS_6_6
default "6.12.73" if BR2_KERNEL_HEADERS_6_12
default "6.18.12" if BR2_KERNEL_HEADERS_6_18
default "6.19.2" if BR2_KERNEL_HEADERS_6_19
default "5.10.251" if BR2_KERNEL_HEADERS_5_10
default "5.15.201" if BR2_KERNEL_HEADERS_5_15
default "6.1.164" if BR2_KERNEL_HEADERS_6_1
default "6.6.127" if BR2_KERNEL_HEADERS_6_6
default "6.12.74" if BR2_KERNEL_HEADERS_6_12
default "6.18.13" if BR2_KERNEL_HEADERS_6_18
default "6.19.3" if BR2_KERNEL_HEADERS_6_19
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 \