diff options
author | Fabio Estevam <festevam@gmail.com> | 2017-03-30 11:24:44 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-30 22:06:42 +0200 |
commit | 5e594c9b09f88fbe99af718c8763f7bafa0e0ce9 (patch) | |
tree | a10603b75833963d6c78a68afcf0ee16d89b512d /linux | |
parent | c443830a571076a019b008db6524979456c7c59a (diff) | |
download | buildroot-5e594c9b09f88fbe99af718c8763f7bafa0e0ce9.tar.gz buildroot-5e594c9b09f88fbe99af718c8763f7bafa0e0ce9.zip |
linux: bump default version to 4.10.7
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-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 cace90513c..3187a52c26 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.6)" + bool "Latest version (4.10.7)" config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version" @@ -97,7 +97,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.10.6" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.10.7" 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 |