From 1eec520aeb7766d5222e32714019b1d684837046 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 15 Jul 2017 16:12:52 +0200 Subject: [PATCH] minnowboard_max-graphical_defconfig: use uClibc-ng Now that we have wordexp support in uClibc-ng and nodm is available, we can use it for the graphical defconfig. Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- configs/minnowboard_max-graphical_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig index 3540f9fa87..621281b93c 100644 --- a/configs/minnowboard_max-graphical_defconfig +++ b/configs/minnowboard_max-graphical_defconfig @@ -4,7 +4,7 @@ BR2_x86_atom=y # Toolchain BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_8=y -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y +BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y # System configuration -- 2.30.2