{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 2, 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-24 22:56:28 +02:00
committed by Peter Korsgaard
parent ad4775fb2f
commit c27bf8881d
3 changed files with 17 additions and 17 deletions

View File

@@ -400,14 +400,14 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.14.314" if BR2_KERNEL_HEADERS_4_14
default "4.19.282" if BR2_KERNEL_HEADERS_4_19
default "5.4.242" if BR2_KERNEL_HEADERS_5_4
default "5.10.179" if BR2_KERNEL_HEADERS_5_10
default "5.15.111" if BR2_KERNEL_HEADERS_5_15
default "6.1.28" if BR2_KERNEL_HEADERS_6_1
default "6.2.15" if BR2_KERNEL_HEADERS_6_2
default "6.3.2" if BR2_KERNEL_HEADERS_6_3
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.2.16" if BR2_KERNEL_HEADERS_6_2
default "6.3.4" 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 \