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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[Peter: drop 5.{0, 1}.x bump]
(cherry picked from commit b24f274abe)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2019-05-27 13:33:17 +02:00
parent 009cd18c8d
commit ac4c799278
3 changed files with 7 additions and 7 deletions

View File

@@ -288,9 +288,9 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.4.180" if BR2_KERNEL_HEADERS_4_4
default "4.9.178" if BR2_KERNEL_HEADERS_4_9
default "4.14.121" if BR2_KERNEL_HEADERS_4_14
default "4.19.45" if BR2_KERNEL_HEADERS_4_19
default "4.9.179" if BR2_KERNEL_HEADERS_4_9
default "4.14.122" if BR2_KERNEL_HEADERS_4_14
default "4.19.46" if BR2_KERNEL_HEADERS_4_19
default "4.20.17" if BR2_KERNEL_HEADERS_4_20
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL