|
@@ -44,6 +44,28 @@ config BR2_ENABLE_LOCALE_PREGENERATED
|
|
Say N here unless your buildhost lacks locale support and you
|
|
Say N here unless your buildhost lacks locale support and you
|
|
desparately want to use internationalization on your target.
|
|
desparately want to use internationalization on your target.
|
|
|
|
|
|
|
|
+config BR2_ENABLE_LOCALE_PURGE
|
|
|
|
+ bool "Purge unwanted locales"
|
|
|
|
+ depends on BR2_ENABLE_LOCALE
|
|
|
|
+ help
|
|
|
|
+ Explicitly specify what locales to install on target. If N
|
|
|
|
+ then all locales supported by packages are installed.
|
|
|
|
+
|
|
|
|
+config BR2_ENABLE_LOCALE_WHITELIST
|
|
|
|
+ string "Locales to keep"
|
|
|
|
+ default "C en_US de fr"
|
|
|
|
+ depends on BR2_ENABLE_LOCALE_PURGE
|
|
|
|
+ help
|
|
|
|
+ Whitespace seperated list of locales to allow on target.
|
|
|
|
+ Locales not listed here will be removed from the target.
|
|
|
|
+ See 'locale -a' on your host for a list of locales available
|
|
|
|
+ on your build host, or have a look in /usr/share/locale in
|
|
|
|
+ the target file system for available locales.
|
|
|
|
+
|
|
|
|
+ Notice that listing a locale here doesn't guarantee that it
|
|
|
|
+ will be available on the target - That purely depends on the
|
|
|
|
+ support for that locale in the selected packages.
|
|
|
|
+
|
|
config BR2_USE_WCHAR
|
|
config BR2_USE_WCHAR
|
|
bool "Enable WCHAR support"
|
|
bool "Enable WCHAR support"
|
|
help
|
|
help
|