diff mbox

linux: fix 3.8.x stable version

Message ID 1365753305-5485-1-git-send-email-spdawson@gmail.com
State Accepted
Commit 13e2c9e7b0e9b02828a4d6d54ae3a40ef17046df
Headers show

Commit Message

Simon Dawson April 12, 2013, 7:55 a.m. UTC
From: Simon Dawson <spdawson@gmail.com>

Commit c461e64201598eae85ff32e130ed3f0ccd9fed78 bumped the linux 3.8.x
stable version from 3.8.5 to 3.8.6, but did so in only one of the two places
in which the version number is hard-coded in linux/Config.in

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 linux/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard April 12, 2013, 8:05 a.m. UTC | #1
>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <spdawson@gmail.com>

 spdawson> Commit c461e64201598eae85ff32e130ed3f0ccd9fed78 bumped the
 spdawson> linux 3.8.x stable version from 3.8.5 to 3.8.6, but did so in
 spdawson> only one of the two places in which the version number is
 spdawson> hard-coded in linux/Config.in

Committed, thanks.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 8208277..8d301a1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -76,7 +76,7 @@  config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.8.5" if BR2_LINUX_KERNEL_3_8
+	default "3.8.6" 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