[Buildroot] [PATCH 1/1] toolchain: external 3.17 headers typo fix

Karoly Kasza kaszak at gmail.com
Thu Oct 9 10:59:01 UTC 2014


Commit 2d312b7b61c98716535513a2743a85d4d7e8a084 had a typo
"." instead of "_" in BR2_TOOLCHAIN_HEADERS_AT_LEAST_3.17.
This made selecting 3.17 as custom external headers version
impossible.

Signed-off-by: Karoly Kasza <kaszak at gmail.com>
---
 toolchain/toolchain-external/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 8c94871..c74388f 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -994,7 +994,7 @@ choice
 
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_17
 	bool "3.17.x"
-	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3.17
+	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
 
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_16
 	bool "3.16.x"
-- 
1.7.10.4



More information about the buildroot mailing list