diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-30 14:29:23 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-30 19:03:09 +0100 |
commit | 7ed76a7f6e8ae32f3a191b9e558e6b2b8de4c905 (patch) | |
tree | 0bcee778907a0d7fde0cbe7d51e8a59e2ac4311d | |
parent | 4133e5eee53b739a5892faa8316e79f5065f534e (diff) | |
download | buildroot-7ed76a7f6e8ae32f3a191b9e558e6b2b8de4c905.tar.gz buildroot-7ed76a7f6e8ae32f3a191b9e558e6b2b8de4c905.zip |
linux: bump default version to 3.17.2
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 718afb5fce..e0d123c14d 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.1" + bool "3.17.2" 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.1" if BR2_LINUX_KERNEL_LATEST_VERSION + default "3.17.2" 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 |