diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-10 09:13:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-10 09:29:49 +0200 |
commit | 3cb9b4c42b01c0e6bef6b8d539c7fa7b17f03a41 (patch) | |
tree | ecb5786981d4fe2bc785773cfdc4687dd844cb70 | |
parent | 2aae8765fd8ce95a8a1f902f96293b610c5b8405 (diff) | |
download | buildroot-3cb9b4c42b01c0e6bef6b8d539c7fa7b17f03a41.tar.gz buildroot-3cb9b4c42b01c0e6bef6b8d539c7fa7b17f03a41.zip |
linux: bump default to version 4.13.1
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 bc770b5426..62a4f1e31a 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -116,7 +116,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.13" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.13.1" 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 |