summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2016-11-26 12:28:35 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-26 15:30:50 +0100
commitc11156270601758cb2c877d56a4568d4e57372f9 (patch)
tree99ae46ef54d29f40d803ad0a859c8eb4a7e62f48
parentd764abd1b9b4535acd57924b092925845afb0e28 (diff)
downloadbuildroot-c11156270601758cb2c877d56a4568d4e57372f9.tar.gz
buildroot-c11156270601758cb2c877d56a4568d4e57372f9.zip
linux: bump default to version 4.8.11
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index d8ac5fa558..6a7838d797 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.10)"
+ bool "Latest version (4.8.11)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -97,7 +97,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.8.10" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.8.11" 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
OpenPOWER on IntegriCloud