diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-11-24 19:15:37 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-24 21:35:33 +0100 |
commit | cfb417df74bf3a1aa4c4fb93f9acbf5ffc007361 (patch) | |
tree | 1df75b8e59768443e39665d4972edcb128d808fc | |
parent | 1b7b0053131d42e7f502920eae4283f1f4f6c430 (diff) | |
download | buildroot-cfb417df74bf3a1aa4c4fb93f9acbf5ffc007361.tar.gz buildroot-cfb417df74bf3a1aa4c4fb93f9acbf5ffc007361.zip |
linux: bump default to version 4.13.16
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 5c448f26bb..41f039e2ca 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -116,7 +116,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.13.15" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.13.16" 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 |