linux: bump 3.11.x stable version
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 5 Oct 2013 22:50:02 +0000 (19:50 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 Oct 2013 09:01:53 +0000 (11:01 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in

index 9eb226806040b89c6ae417af249a85ea3a47ab99..6c642ef2760c17d7338fd92c14920ca4c0a5da59 100644 (file)
@@ -21,7 +21,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "3.11.3"
+       bool "3.11.4"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
        bool "Same as toolchain kernel headers"
@@ -75,7 +75,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "3.11.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "3.11.4" 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
        default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL