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

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 181cf756ca42422569ed4fa8ac00ea844722208d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2023-09-23 19:32:49 +02:00
committed by Peter Korsgaard
parent 9266ab06e0
commit 73528b3ff3
3 changed files with 15 additions and 15 deletions

View File

@@ -400,13 +400,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.14.325" if BR2_KERNEL_HEADERS_4_14
default "4.19.294" if BR2_KERNEL_HEADERS_4_19
default "5.4.256" if BR2_KERNEL_HEADERS_5_4
default "5.10.194" if BR2_KERNEL_HEADERS_5_10
default "5.15.130" if BR2_KERNEL_HEADERS_5_15
default "6.1.51" if BR2_KERNEL_HEADERS_6_1
default "6.4.14" if BR2_KERNEL_HEADERS_6_4
default "4.14.326" if BR2_KERNEL_HEADERS_4_14
default "4.19.295" if BR2_KERNEL_HEADERS_4_19
default "5.4.257" if BR2_KERNEL_HEADERS_5_4
default "5.10.197" if BR2_KERNEL_HEADERS_5_10
default "5.15.133" if BR2_KERNEL_HEADERS_5_15
default "6.1.55" if BR2_KERNEL_HEADERS_6_1
default "6.4.16" if BR2_KERNEL_HEADERS_6_4
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 \