diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-08 08:17:10 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-08 14:56:48 +0200 |
commit | 153e3534110926030d66b9f3773883ca5bc4af9b (patch) | |
tree | 02c88913085b43dde5eac2c38db47796357fe440 | |
parent | 3283f1e0461ddeb82a80eccc659afc0cb341356c (diff) | |
download | buildroot-153e3534110926030d66b9f3773883ca5bc4af9b.tar.gz buildroot-153e3534110926030d66b9f3773883ca5bc4af9b.zip |
linux: bump to version 3.14.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 b16d4283bb..80f4e8b525 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.14.5" + bool "3.14.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.14.5" if BR2_LINUX_KERNEL_LATEST_VERSION + default "3.14.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 |