summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-16 22:29:19 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-18 14:21:51 +0200
commit487acc7479f97aa5946e4a53c2585c9448b96924 (patch)
tree6e0e4474be67e3362814229cf83964ed055bbb4e /linux
parent219aadcc0f4a1fb67da9dd9d45e42f73bd8e8ab7 (diff)
downloadbuildroot-487acc7479f97aa5946e4a53c2585c9448b96924.tar.gz
buildroot-487acc7479f97aa5946e4a53c2585c9448b96924.zip
linux: bump default to version 3.15.1
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 73af0bf6b8..ece48a7c09 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"
+ bool "3.15.1"
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" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.15.1" 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