summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-09 08:30:35 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-09 14:50:16 +0200
commit3eff8f16e3663616bb259b771528d10fdb6b6ccf (patch)
tree2fa3756dc369ec112569aa2683b6fb048ce54fc3 /linux
parent338cc8ffd03d3809f3a0dae582aa0af67b86b2f3 (diff)
downloadbuildroot-3eff8f16e3663616bb259b771528d10fdb6b6ccf.tar.gz
buildroot-3eff8f16e3663616bb259b771528d10fdb6b6ccf.zip
linux: bump default to version 3.15
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 80f4e8b525..73af0bf6b8 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.6"
+ bool "3.15"
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.6" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.15" 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
OpenPOWER on IntegriCloud