diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-15 22:17:03 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-16 10:03:03 +0200 |
commit | e716315ce0f48fc97ba872f3f4d74e5e4016bfef (patch) | |
tree | ba130e0dfa24864bf3f6999e224cef24a06289ec | |
parent | 7690bc03358b7460aa138f785b3a5704b919882a (diff) | |
download | buildroot-e716315ce0f48fc97ba872f3f4d74e5e4016bfef.tar.gz buildroot-e716315ce0f48fc97ba872f3f4d74e5e4016bfef.zip |
linux: bump default to version 4.13.7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 1941c53bb3..f93655fee0 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -116,7 +116,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.13.6" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.13.7" 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 |