linux: bump to version 3.13.6
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 7 Mar 2014 12:29:27 +0000 (09:29 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Mar 2014 21:38:15 +0000 (22:38 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index 1f8ddf581104e7b6849c7faee2ba06a0ff577ae9..5db0e0c62c727e0b8757aea88b045cfa5b11f96e 100644 (file)
@@ -21,7 +21,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "3.13.5"
+       bool "3.13.6"
 
 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.13.5" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "3.13.6" 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