{linux, linux-headers}: bump 5.15.x / 6.{0, 1}.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-01-02 23:42:55 +01:00
committed by Peter Korsgaard
parent 10672ff957
commit a94567b4b5
3 changed files with 7 additions and 7 deletions

View File

@@ -401,9 +401,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.19.269" if BR2_KERNEL_HEADERS_4_19
default "5.4.228" if BR2_KERNEL_HEADERS_5_4
default "5.10.161" if BR2_KERNEL_HEADERS_5_10
default "5.15.85" if BR2_KERNEL_HEADERS_5_15
default "6.0.15" if BR2_KERNEL_HEADERS_6_0
default "6.1.1" if BR2_KERNEL_HEADERS_6_1
default "5.15.86" if BR2_KERNEL_HEADERS_5_15
default "6.0.16" if BR2_KERNEL_HEADERS_6_0
default "6.1.2" if BR2_KERNEL_HEADERS_6_1
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 \