summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-05-15 12:36:12 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-05-15 17:59:27 +0200
commit1dc3864dabb57663f58e2975de17b91b452bf552 (patch)
treeecdd1c966444caede59a3527c3572cba8475f177 /linux
parent5879cc71dd048472d2da85b7cbafd884f275bcc4 (diff)
downloadbuildroot-1dc3864dabb57663f58e2975de17b91b452bf552.tar.gz
buildroot-1dc3864dabb57663f58e2975de17b91b452bf552.zip
linux: bump default version to 4.11.1
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 ace007cc9b..41545f7787 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.11)"
+ bool "Latest version (4.11.1)"
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
bool "Latest CIP SLTS version (v4.4.55-cip3)"
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.11" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.11.1" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.4.55-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
OpenPOWER on IntegriCloud