diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-03-22 13:19:28 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-22 23:09:40 +0100 |
| commit | 4513cf094b3f05829f4815a4bea3101025b8deae (patch) | |
| tree | f4b9bbaeebfa70fdecb8b8d98ac1a58e18837794 | |
| parent | 0d70d1dbf054f4a0609ba1076bc7e097305013d2 (diff) | |
| download | buildroot-4513cf094b3f05829f4815a4bea3101025b8deae.tar.gz buildroot-4513cf094b3f05829f4815a4bea3101025b8deae.zip | |
linux: bump default version to 4.10.5
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in index 3e2e6d5670..5e395a4795 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -26,7 +26,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "Latest version (4.10.4)" + bool "Latest version (4.10.5)" config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version" @@ -97,7 +97,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.10.4" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.10.5" if BR2_LINUX_KERNEL_LATEST_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL |

