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

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
[Peter: add Config.in.legacy handling for 5.9]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 54584d233b)
[Peter: drop 5.10.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Petr Vorel
2021-01-11 18:55:20 +01:00
committed by Peter Korsgaard
parent 381864ee42
commit 97e2609315
3 changed files with 11 additions and 11 deletions

View File

@@ -318,11 +318,11 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.4.248" if BR2_KERNEL_HEADERS_4_4
default "4.9.248" if BR2_KERNEL_HEADERS_4_9
default "4.14.212" if BR2_KERNEL_HEADERS_4_14
default "4.19.163" if BR2_KERNEL_HEADERS_4_19
default "5.4.85" if BR2_KERNEL_HEADERS_5_4
default "4.4.250" if BR2_KERNEL_HEADERS_4_4
default "4.9.250" if BR2_KERNEL_HEADERS_4_9
default "4.14.214" if BR2_KERNEL_HEADERS_4_14
default "4.19.166" if BR2_KERNEL_HEADERS_4_19
default "5.4.88" if BR2_KERNEL_HEADERS_5_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 \