diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-12-07 20:09:04 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-08 00:11:57 +0100 |
commit | 362047b4d479d854980c9428bbca9d1b0ead5bbc (patch) | |
tree | 204ca10f81762932891dda0e4dd27c872197fa45 | |
parent | 7948c67cfc1e658e7b58dbb6190ad36f773b931a (diff) | |
download | buildroot-362047b4d479d854980c9428bbca9d1b0ead5bbc.tar.gz buildroot-362047b4d479d854980c9428bbca9d1b0ead5bbc.zip |
linux: bump default version to 3.17.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
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 541b32fc9e..c2818c91f0 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -21,7 +21,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "3.17.4" + bool "3.17.6" config BR2_LINUX_KERNEL_SAME_AS_HEADERS bool "Same as toolchain kernel headers" @@ -104,7 +104,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH config BR2_LINUX_KERNEL_VERSION string - default "3.17.4" if BR2_LINUX_KERNEL_LATEST_VERSION + default "3.17.6" if BR2_LINUX_KERNEL_LATEST_VERSION default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION |