Commit 13e2c9e7 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

linux: fix 3.8.x stable version



Commit c461e642 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: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent e968ebee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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