summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-11-21 10:49:28 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-21 21:16:42 +0100
commitc88713070e2d6aa799fe9c8b4d01a413e2e5fbe3 (patch)
treef23a759108be568d7368b6c3a506611b308dd240 /linux
parent99d06dbd3d6fea30ad5b6d1037527e795e457fba (diff)
linux: bump default to version 4.8.10
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 7e141a21a..d8ac5fa55 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.7)"
+ bool "Latest version (4.8.10)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -97,7 +97,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.8.7" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.8.10" 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