summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2019-05-24 18:03:21 -0600
committerPeter Korsgaard <peter@korsgaard.com>2019-05-25 13:47:58 +0200
commitf7bb0d56bf10f02e48a5f19cac71d9a5d0eaab32 (patch)
tree4bd9b7e7d3250999e18e79545e8e1bf50081af5a /linux
parenta134aeb99517d0d34e5be0b95159311f3974f4a5 (diff)
linux: default to kernel 5.1.x
To match the default kernel headers we use. [Peter: drop 5.1.x bump, tweak commit message] Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 5f2c81a3a0..b4445f05de 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -31,7 +31,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (5.0)"
+ bool "Latest version (5.1)"
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
bool "Latest CIP SLTS version (v4.19.13-cip1)"
@@ -121,7 +121,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "5.0.17" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "5.1.3" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.19.13-cip1" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION