summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-06-27 09:07:48 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-06-27 10:22:26 +0200
commit82cd426abac17aa5feb16efbec522d6426dc9d54 (patch)
treedaee4192b96c38389cd9846b9ba5d2012a189ac0 /linux
parent14207adc5046208b081edc4f09f728153256b96b (diff)
linux: bump default to version 4.6.3
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.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 be6d0ccbc..a4ff8bc81 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -27,7 +27,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.6.2)"
+ bool "Latest version (4.6.3)"
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.6.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.6.3" 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