summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-11-23 22:10:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-23 22:46:06 +0100
commitfe88e96e4671932dd9d3d7d98ed9995f08205ae2 (patch)
tree2d9a7ea13013e08b75a42fb9985d6a9b48d29bb3
parentee6840166fb6ce195547cc1f9a0417ac1d611b19 (diff)
downloadbuildroot-fe88e96e4671932dd9d3d7d98ed9995f08205ae2.tar.gz
buildroot-fe88e96e4671932dd9d3d7d98ed9995f08205ae2.zip
linux: bump default to version 4.13.15
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 1e8a2cb79d..5c448f26bb 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.13.13" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.13.15" 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