From: Gustavo Zacarias Date: Tue, 3 Sep 2013 18:41:55 +0000 (-0300) Subject: linux: switch to 3.11.x series X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfb0fe48793a3cfdf3877083fecbd9e1b56b69c6;p=buildroot.git linux: switch to 3.11.x series Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/linux/Config.in b/linux/Config.in index 49c4b5cacb..7864f6518c 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.10.10" + bool "3.11" 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.10" if BR2_LINUX_KERNEL_LATEST_VERSION + default "3.11" 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