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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2023-05-30 22:45:41 +02:00
committed by Peter Korsgaard
parent c765ac9c02
commit 073d6dbcb1
3 changed files with 15 additions and 15 deletions

View File

@@ -396,13 +396,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.14.315" if BR2_KERNEL_HEADERS_4_14
default "4.19.283" if BR2_KERNEL_HEADERS_4_19
default "5.4.243" if BR2_KERNEL_HEADERS_5_4
default "5.10.180" if BR2_KERNEL_HEADERS_5_10
default "5.15.113" if BR2_KERNEL_HEADERS_5_15
default "6.1.30" if BR2_KERNEL_HEADERS_6_1
default "6.3.4" if BR2_KERNEL_HEADERS_6_3
default "4.14.316" if BR2_KERNEL_HEADERS_4_14
default "4.19.284" if BR2_KERNEL_HEADERS_4_19
default "5.4.244" if BR2_KERNEL_HEADERS_5_4
default "5.10.181" if BR2_KERNEL_HEADERS_5_10
default "5.15.114" if BR2_KERNEL_HEADERS_5_15
default "6.1.31" if BR2_KERNEL_HEADERS_6_1
default "6.3.5" if BR2_KERNEL_HEADERS_6_3
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 \