summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-12 14:32:24 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-04-12 23:20:47 +0200
commitf4e70978c35d40bad8e1ea84e97d3a32cde829d4 (patch)
treee3edce8110ba89dc1fa8f20d59494c0a5e92071e /linux
parentddf46857fdd9d060d107f8ea4f75ad09c41b9fde (diff)
linux: bump default to version 4.5.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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 9f0267d13..043b1472c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -27,7 +27,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "4.5"
+ bool "4.5.1"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -110,7 +110,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "4.5" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.5.1" if BR2_LINUX_KERNEL_LATEST_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL