diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-05 19:30:07 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-05 20:22:31 +0200 |
commit | 9d87802db3e301b21802fb327e14b4da517c4b13 (patch) | |
tree | eaf4c817000151090731f207d952b00fb7422b1f | |
parent | 55a6159dcd86da23f6ca36318e3ec8d17bdb7460 (diff) | |
download | buildroot-9d87802db3e301b21802fb327e14b4da517c4b13.tar.gz buildroot-9d87802db3e301b21802fb327e14b4da517c4b13.zip |
linux: bump default to version 4.13.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-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 e061a6a753..9614ee7acf 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -116,7 +116,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.13.4" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.13.5" if BR2_LINUX_KERNEL_LATEST_VERSION default "v4.4.83-cip8" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION |