summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-06-26 08:24:45 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-26 21:17:42 +0200
commit022b5306618157f5ebdbbee1981e9017675b2c63 (patch)
tree61068089e879f8bbc2b716186c9e830e3167175b
parent1a9f539d97850ef1a53a3c64a31c24330a2bcd8f (diff)
downloadbuildroot-022b5306618157f5ebdbbee1981e9017675b2c63.tar.gz
buildroot-022b5306618157f5ebdbbee1981e9017675b2c63.zip
linux: bump default to version 4.17.3
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 75a175391b..a25e02193b 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -120,7 +120,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.17.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.17.3" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.4.130-cip23" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
OpenPOWER on IntegriCloud