From: Karoly Kasza Date: Thu, 9 Oct 2014 10:59:01 +0000 (+0200) Subject: toolchain: external 3.17 headers typo fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8f9e5771ae953c62319dfb4164bd5842effe56b;p=buildroot.git toolchain: external 3.17 headers typo fix 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 Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 8c948716c0..c74388f120 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"