summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-11-15 21:13:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-15 22:35:50 +0100
commit5fc4b87db47dfce290df215e4bc0eefa541db55d (patch)
treef738ea5826166e4de7ec728da8cd3e5c87b55c3d
parent5962717eb46f39214693d1b45c3cac2b330fca12 (diff)
downloadbuildroot-5fc4b87db47dfce290df215e4bc0eefa541db55d.tar.gz
buildroot-5fc4b87db47dfce290df215e4bc0eefa541db55d.zip
linux: bump default to version 4.13.13
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index e90ab6bfeb..1e8a2cb79d 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.13.12" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.13.13" 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