summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-08-22 09:43:57 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-22 15:32:55 +0200
commita3bd098356296dce56ec4db79d6e208d5d41a15a (patch)
tree2fda4c05e6b6db34ebdb0c3113465fe0689b33fe /linux
parent9613674df42eb8f124fd38dde6f80409a295a667 (diff)
downloadbuildroot-a3bd098356296dce56ec4db79d6e208d5d41a15a.tar.gz
buildroot-a3bd098356296dce56ec4db79d6e208d5d41a15a.zip
linux: bump default to version 4.18.4
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 3543008c88..13616d5d15 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -120,7 +120,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.18.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.18.4" 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