summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-09 03:43:34 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-09 13:26:12 +0100
commitc67a6b2b00d28ff41b1a69b31429a88a9650a92c (patch)
treea86c092c1fa1f971598b7d41086dd9bf4afbfd6c /linux
parentd83ce6cc2e4c703f60ca429fbea4d5e413e80aa6 (diff)
downloadbuildroot-c67a6b2b00d28ff41b1a69b31429a88a9650a92c.tar.gz
buildroot-c67a6b2b00d28ff41b1a69b31429a88a9650a92c.zip
linux: bump default to version 3.18.2
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 13ae1acbeb..a6708028d8 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.18.1"
+ bool "3.18.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.18.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.18.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