summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-10-31 16:19:19 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-01 14:58:33 +0100
commit9e45f6f3e8aed14dbf2551ec4e5e423330a79f73 (patch)
tree6f60064f15e3b8db80f1b7da112aa36a55cc0bc6 /linux
parenteaf9b5044a75ceca83f092c001dec2dc59d221b3 (diff)
linux: bump default to version 4.8.6
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 268516f8e..3f4097d93 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -26,7 +26,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.8.5)"
+ bool "Latest version (4.8.6)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -97,7 +97,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.8.5" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.8.6" 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