summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorPeter Korsgaard2012-03-13 08:43:00 +0100
committerPeter Korsgaard2012-03-13 08:43:00 +0100
commitc0e244abc8779c9694b57bda067ec7f45b17e0a7 (patch)
treee9a4da37a11015804ec49cf116567d635176c76a /linux
parentkernel-headers: bump 3.0.x / 3.2.x stable versions (diff)
downloadbuildroot-c0e244abc8779c9694b57bda067ec7f45b17e0a7.tar.gz
buildroot-c0e244abc8779c9694b57bda067ec7f45b17e0a7.tar.xz
buildroot-c0e244abc8779c9694b57bda067ec7f45b17e0a7.zip
linux: bump 3.2.x stable version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 26032fdaf..b89fcdc9d 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -22,7 +22,7 @@ choice
default BR2_LINUX_KERNEL_3_2
config BR2_LINUX_KERNEL_3_2
- bool "3.2.6"
+ bool "3.2.10"
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
bool "Same as toolchain kernel headers"
@@ -73,7 +73,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
config BR2_LINUX_KERNEL_VERSION
string
- default "3.2.6" if BR2_LINUX_KERNEL_3_2
+ default "3.2.10" if BR2_LINUX_KERNEL_3_2
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