Browse Source

kernel-headers: fix 2.6.32 typo

Thanks to Joachim Pihl for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 years ago
parent
commit
edee1d78ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/kernel-headers/Config.in

+ 1 - 1
toolchain/kernel-headers/Config.in

@@ -71,6 +71,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "2.6.29.6"	if BR2_KERNEL_HEADERS_2_6_29
 	default "2.6.29.6"	if BR2_KERNEL_HEADERS_2_6_29
 	default "2.6.30.9"	if BR2_KERNEL_HEADERS_2_6_30
 	default "2.6.30.9"	if BR2_KERNEL_HEADERS_2_6_30
 	default "2.6.31.6"	if BR2_KERNEL_HEADERS_2_6_31
 	default "2.6.31.6"	if BR2_KERNEL_HEADERS_2_6_31
-	default "2.6.32"	if BR2_KERNEL_HEADERS_2_6_31
+	default "2.6.32"	if BR2_KERNEL_HEADERS_2_6_32
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION