diff mbox

[1/2] linux: bump default to kernel version 3.4.2

Message ID 1339273263-8038-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 0d0916796d2335e9ca973876f2ce2e842e0acf83
Headers show

Commit Message

Gustavo Zacarias June 9, 2012, 8:21 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard June 10, 2012, 7:49 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

Committed both, thanks.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 83dac3f..26e0872 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -22,7 +22,7 @@  choice
 	default BR2_LINUX_KERNEL_3_4
 
 config BR2_LINUX_KERNEL_3_4
-	bool "3.4.1"
+	bool "3.4.2"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -77,7 +77,7 @@  config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.4.1" if BR2_LINUX_KERNEL_3_4
+	default "3.4.2" if BR2_LINUX_KERNEL_3_4
 	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