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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2019-05-25 10:45:26 +02:00
parent f7bb0d56bf
commit 8990bd3032
3 changed files with 11 additions and 11 deletions

View File

@@ -298,11 +298,11 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.4.180" if BR2_KERNEL_HEADERS_4_4
default "4.9.177" if BR2_KERNEL_HEADERS_4_9
default "4.14.120" if BR2_KERNEL_HEADERS_4_14
default "4.19.44" if BR2_KERNEL_HEADERS_4_19
default "5.0.17" if BR2_KERNEL_HEADERS_5_0
default "5.1.3" if BR2_KERNEL_HEADERS_5_1
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 "5.0.18" if BR2_KERNEL_HEADERS_5_0
default "5.1.4" if BR2_KERNEL_HEADERS_5_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 \