summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-27 18:27:36 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-27 21:09:37 +0200
commitf53c7c162f3583e8f7e3b56c96463b65f75951c2 (patch)
tree0d1be92d42e2f75e04dceae07925d10800437728 /linux/Config.in
parentdd4dd796351b6da0d637d0f1fa1a7b5ba169f30c (diff)
downloadbuildroot-f53c7c162f3583e8f7e3b56c96463b65f75951c2.tar.gz
buildroot-f53c7c162f3583e8f7e3b56c96463b65f75951c2.zip
linux: bump default to version 4.13.4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index ae4ae3c89f..e061a6a753 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.13.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.13.4" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.4.83-cip8" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
OpenPOWER on IntegriCloud