summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-25 19:44:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-26 15:10:22 +0200
commit9b853b784452d7a701cc3c823b92a825d962647a (patch)
tree63e98aecd54fcd58ad92bdb5585af2f56e0f64ac /linux
parentf19a4433d4560b087b4890b17e2baaa21b3e6871 (diff)
downloadbuildroot-9b853b784452d7a701cc3c823b92a825d962647a.tar.gz
buildroot-9b853b784452d7a701cc3c823b92a825d962647a.zip
linux: bump default version to 4.11.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 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 9c4d1c8463..305929de05 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.2)"
+ bool "Latest version (4.11.3)"
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.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.11.3" 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