linux: bump default to version 3.18.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 16 Jan 2015 17:39:54 +0000 (14:39 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 16 Jan 2015 21:34:57 +0000 (22:34 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index 1df0a49c10b5b7bf365810cfb547a3bbbaefd0b9..95eb87af42e029a3ecf5cc8268a9efa344947764 100644 (file)
@@ -21,7 +21,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "3.18.2"
+       bool "3.18.3"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
        bool "Same as toolchain kernel headers"
@@ -109,7 +109,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "3.18.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "3.18.3" 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