summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-04-20 08:53:47 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-20 16:36:00 +0200
commit2270e858347ddec7a6c47604dba5ec43afd72aaf (patch)
treed0a13e6d9e63c665b2ca5999de119f0fe003f731 /linux
parent31b207a5db0fa8482be64da3b434ed575ab583b3 (diff)
downloadbuildroot-2270e858347ddec7a6c47604dba5ec43afd72aaf.tar.gz
buildroot-2270e858347ddec7a6c47604dba5ec43afd72aaf.zip
linux: bump default to version 4.16.3
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 033ccbe58e..26c2da13ec 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.16.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.16.3" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.4.112-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
OpenPOWER on IntegriCloud