From 51a7a978a36e7f779ca7987ca2ec4ef817a3edcb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 23:37:18 +0200 Subject: Remove BR2_ENABLE_LOCALE_PREGENERATED The option is marked broken since october 2009, and even the uClibc configuration help text says that using pregenerated locales is highly discouraged. Signed-off-by: Thomas Petazzoni --- toolchain/Config.in.2 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'toolchain/Config.in.2') diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 17830c0f1..f04f18a21 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -35,16 +35,6 @@ config BR2_ENABLE_LOCALE If you have an external binary toolchain that has been built with locale/i18n support then enable this option. -config BR2_ENABLE_LOCALE_PREGENERATED - bool "Use pregenerated locale data?" - depends on BR2_ENABLE_LOCALE && BR2_TOOLCHAIN_BUILDROOT && BROKEN # tarball missing - help - Instead of generating the locale data locally you can optionally - download a pregenerated set of locales. - - Say N here unless your buildhost lacks locale support and you - desparately want to use internationalization on your target. - config BR2_ENABLE_LOCALE_PURGE bool "Purge unwanted locales" help -- cgit v1.2.3