summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-08-19 08:59:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-08-19 21:21:36 +0200
commit9070ee65a95c41607a9ac631ec5bb12dfaa46a9f (patch)
treebaeb8c86cfdb41743a0b2cb8e721861580fc9e55 /linux
parent21d0077a2d1e6b8afba0812708d07a99e2738fc6 (diff)
downloadbuildroot-9070ee65a95c41607a9ac631ec5bb12dfaa46a9f.tar.gz
buildroot-9070ee65a95c41607a9ac631ec5bb12dfaa46a9f.zip
linux: bump default to version 4.17.17
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 12f180370f..26edc619ac 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -120,7 +120,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.17.15" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.17.17" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.4.138-cip25" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
OpenPOWER on IntegriCloud