summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-26 17:01:44 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-27 13:05:41 +0200
commita4389879cbace71635484be5be7cea47345b3764 (patch)
treef2dd4a4018ebf151a0a9036cfdc800c7134a6e80 /linux
parenta4ffb8428731350db3f540e77f0154c19c5c69aa (diff)
downloadbuildroot-a4389879cbace71635484be5be7cea47345b3764.tar.gz
buildroot-a4389879cbace71635484be5be7cea47345b3764.zip
linux: bump default to version 3.15.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.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 ece48a7c09..ac3245d1f7 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.15.1"
+ bool "3.15.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.15.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.15.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
OpenPOWER on IntegriCloud