diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-09-09 16:34:12 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-10 17:22:44 +0200 |
| commit | 07cc9e7fb41da5d265696ca5223a721903f23204 (patch) | |
| tree | 4d8fcb00716a9ebfdfa7300a2d2e0bfa35d9e287 | |
| parent | c194dd1271147166ca108a7beba577fc13c7ae85 (diff) | |
| download | buildroot-07cc9e7fb41da5d265696ca5223a721903f23204.tar.gz buildroot-07cc9e7fb41da5d265696ca5223a721903f23204.zip | |
linux: bump default to version 4.18.7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 0c05e8bdcd..6a944b6731 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -120,7 +120,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.18.5" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.18.7" 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 |

