diff mbox series

[1/2] toolchain/buildroot: Fix symbol for uClibc

Message ID 20180509155146.25410-1-petr.vorel@gmail.com
State Superseded
Headers show
Series [1/2] toolchain/buildroot: Fix symbol for uClibc | expand

Commit Message

Petr Vorel May 9, 2018, 3:51 p.m. UTC
Symbol BR2_TOOLCHAIN_UCLIBC doesn't exist, it was meant to be
BR2_TOOLCHAIN_BUILDROOT_UCLIBC.

Fixes: 493b1177b9 toolchain/buildroot: default to uClibc

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Error found while working with updated kconfig, which offers this
feature.
---
 toolchain/toolchain-buildroot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 2f6624d217..75e8191f46 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -22,7 +22,7 @@  config BR2_TOOLCHAIN_BUILDROOT_VENDOR
 
 choice
 	prompt "C library"
-	default BR2_TOOLCHAIN_UCLIBC
+	default BR2_TOOLCHAIN_BUILDROOT_UCLIBC
 	default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_powerpc64
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC