[Buildroot] [git commit branch/2021.05.x] package/lxc: fix typo of toolchain in config.in

Peter Korsgaard peter at korsgaard.com
Wed Oct 6 14:37:28 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=33d51c839e1c1d1a749c2c25a8aab0d125a74e41
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x

BR2_TOOLCHAN_USES_UCLIBC -> BR2_TOOLCHAIN_USES_UCLIBC

Signed-off-by: Christian Stewart <christian at paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 71ce29eff3b1717904decb995b70a25555adef2b)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lxc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lxc/Config.in b/package/lxc/Config.in
index 72b675113d..a3f9be0c90 100644
--- a/package/lxc/Config.in
+++ b/package/lxc/Config.in
@@ -21,4 +21,4 @@ comment "lxc needs a glibc or musl toolchain w/ threads, headers >= 3.0, dynamic
 		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \
 		|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
 		|| BR2_STATIC_LIBS \
-		|| BR2_TOOLCHAN_USES_UCLIBC
+		|| BR2_TOOLCHAIN_USES_UCLIBC


More information about the buildroot mailing list