summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-04-11 21:55:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-12 10:05:13 +0200
commit13e2c9e7b0e9b02828a4d6d54ae3a40ef17046df (patch)
tree3e572a7ec126f724a071555e215d94814f52c960 /linux
parente968ebee7efb85d22a1953c032201c1d9982df20 (diff)
downloadbuildroot-novena-13e2c9e7b0e9b02828a4d6d54ae3a40ef17046df.tar.gz
buildroot-novena-13e2c9e7b0e9b02828a4d6d54ae3a40ef17046df.zip
linux: fix 3.8.x stable version
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 8208277e5..8d301a19b 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