From 7fffd28a1e74b6a41066c01e3fc1f8132b292dc4 Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Sun, 29 Mar 2015 12:39:48 -0400 Subject: [PATCH] Disable locale support This gets rid of usr/share/locale (which was presumably removed manually for RescueOS releases). Reduces rootfs tarball size by nearly 4 MB. --- buildrootconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildrootconfig b/buildrootconfig index 039f514..e6e3b55 100644 --- a/buildrootconfig +++ b/buildrootconfig @@ -5,7 +5,7 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS="MAKEINFO=missing" BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y -BR2_TOOLCHAIN_BUILDROOT_LOCALE=y +BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_HOSTNAME="rescueos" BR2_TARGET_GENERIC_ISSUE="Welcome to RescueOS"