From: Gustavo Zacarias Date: Thu, 9 Jan 2014 21:00:27 +0000 (-0300) Subject: linux: bump to version 3.12.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=593d9be53211a5b2a0574efbdc89aab6c7acc338;p=buildroot.git linux: bump to version 3.12.7 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/linux/Config.in b/linux/Config.in index cfb74d4520..dcdf5f33ee 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -21,7 +21,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "3.12.6" + bool "3.12.7" 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.6" if BR2_LINUX_KERNEL_LATEST_VERSION + default "3.12.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