summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias2012-04-26 02:25:35 +0200
committerPeter Korsgaard2012-04-29 10:56:44 +0200
commit7a1e6efafef5db2ab1cfc151c4f38b37be7c540c (patch)
tree43d9aa9082ba76f60d924c68235cbccee50909e7 /linux
parentlsof: add busybox tweaks (diff)
downloadbuildroot-7a1e6efafef5db2ab1cfc151c4f38b37be7c540c.tar.gz
buildroot-7a1e6efafef5db2ab1cfc151c4f38b37be7c540c.tar.xz
buildroot-7a1e6efafef5db2ab1cfc151c4f38b37be7c540c.zip
linux: bump default to kernel version 3.3.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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 5a2d28724..945059de3 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -22,7 +22,7 @@ choice
default BR2_LINUX_KERNEL_3_3
config BR2_LINUX_KERNEL_3_3
- bool "3.3.1"
+ bool "3.3.3"
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.3.1" if BR2_LINUX_KERNEL_3_3
+ default "3.3.3" if BR2_LINUX_KERNEL_3_3
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