]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
linux: bump 3.10.x stable version
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 15 Aug 2013 23:56:36 +0000 (20:56 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 16 Aug 2013 11:01:07 +0000 (13:01 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index f6acddf29ebde8bfda1a7d4f02559ccef256dbd2..12e4cd888647033c1640a3213f68af50dfe3d978 100644 (file)
@@ -21,7 +21,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "3.10.6"
+       bool "3.10.7"
 
 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.10.6" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "3.10.7" 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