diff mbox

[2/2] linux: bump 3.8.x stable version

Message ID 1364560443-27090-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 56e14a6bc0077ce8e234fc50548caae538749683
Headers show

Commit Message

Gustavo Zacarias March 29, 2013, 12:34 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 30, 2013, 7:46 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed both, thanks.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index e37a971..df718c3 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@  choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_3_8
-	bool "3.8.4"
+	bool "3.8.5"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -76,7 +76,7 @@  config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.8.4" if BR2_LINUX_KERNEL_3_8
+	default "3.8.5" if BR2_LINUX_KERNEL_3_8
 	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