summaryrefslogtreecommitdiff
path: root/linux/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-09 21:35:17 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-10 15:05:36 +0100
commit677f436b95d348ae547a67aae576677b5ec73d2e (patch)
tree82b7a1509ed09dffbf3a99a1f3ff7a804248a40f /linux/Config.in
parenta783addfe690708ad72b43f8f91b9be754073391 (diff)
linux: bump default to version 4.4.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 93391023e..6dfc9fe36 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.4.4"
+ bool "4.4.5"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -104,7 +104,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "4.4.4" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.4.5" 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