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

4.9.x / 6.0.x is now EOL.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2023-02-02 22:04:32 +01:00
parent 02658dcc01
commit def789059a
3 changed files with 13 additions and 13 deletions

View File

@@ -397,13 +397,13 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.9.337" if BR2_KERNEL_HEADERS_4_9
default "4.14.302" if BR2_KERNEL_HEADERS_4_14
default "4.19.269" if BR2_KERNEL_HEADERS_4_19
default "5.4.228" if BR2_KERNEL_HEADERS_5_4
default "5.10.162" if BR2_KERNEL_HEADERS_5_10
default "5.15.87" if BR2_KERNEL_HEADERS_5_15
default "4.14.304" if BR2_KERNEL_HEADERS_4_14
default "4.19.271" if BR2_KERNEL_HEADERS_4_19
default "5.4.230" if BR2_KERNEL_HEADERS_5_4
default "5.10.166" if BR2_KERNEL_HEADERS_5_10
default "5.15.91" if BR2_KERNEL_HEADERS_5_15
default "6.0.19" if BR2_KERNEL_HEADERS_6_0
default "6.1.5" if BR2_KERNEL_HEADERS_6_1
default "6.1.9" 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 \