linux: bump to version 3.12.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 5 Dec 2013 12:02:13 +0000 (09:02 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 5 Dec 2013 23:03:42 +0000 (00:03 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in

index 9479b7acf55ee58ab7d4b0097a77ceb619f847f0..c7ec06e7733a125160b1373342add82c856f7a57 100644 (file)
@@ -21,7 +21,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "3.12.2"
+       bool "3.12.3"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
        bool "Same as toolchain kernel headers"
@@ -87,7 +87,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "3.12.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "3.12.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