{linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.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
2024-01-27 19:12:37 +01:00
committed by Peter Korsgaard
parent 8b83d96145
commit 44292dabc0
3 changed files with 13 additions and 13 deletions

View File

@@ -403,12 +403,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.19.305" if BR2_KERNEL_HEADERS_4_19
default "5.4.267" if BR2_KERNEL_HEADERS_5_4
default "5.10.208" if BR2_KERNEL_HEADERS_5_10
default "5.15.147" if BR2_KERNEL_HEADERS_5_15
default "6.1.74" if BR2_KERNEL_HEADERS_6_1
default "6.6.13" if BR2_KERNEL_HEADERS_6_6
default "4.19.306" if BR2_KERNEL_HEADERS_4_19
default "5.4.268" if BR2_KERNEL_HEADERS_5_4
default "5.10.209" if BR2_KERNEL_HEADERS_5_10
default "5.15.148" if BR2_KERNEL_HEADERS_5_15
default "6.1.75" if BR2_KERNEL_HEADERS_6_1
default "6.6.14" if BR2_KERNEL_HEADERS_6_6
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 \