summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-20 09:53:41 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-20 19:19:17 +0200
commitf1e499b778c0d114e9c88276d6ab5ea80c1384a7 (patch)
tree5b561411362b928b273a626dd3ccf62118b1390e
parentb4afe7a8cf54c1e989829b30ad304f23a394f770 (diff)
downloadbuildroot-f1e499b778c0d114e9c88276d6ab5ea80c1384a7.tar.gz
buildroot-f1e499b778c0d114e9c88276d6ab5ea80c1384a7.zip
linux: bump default to version 4.13.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.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 62a4f1e31a..ae4ae3c89f 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.13.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.13.3" 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