diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 12dc0df66..fc6669b89 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1526,14 +1526,7 @@ choice prompt "Locale data" depends on UCLIBC_HAS_LOCALE - default UCLIBC_BUILD_ALL_LOCALE - -config UCLIBC_BUILD_ALL_LOCALE - bool "All locales" - depends on UCLIBC_HAS_LOCALE - help - This builds all the locales that are available on your - host-box. + default UCLIBC_BUILD_MINIMAL_LOCALE config UCLIBC_BUILD_MINIMAL_LOCALE bool "Only selected locales" @@ -1542,6 +1535,13 @@ config UCLIBC_BUILD_MINIMAL_LOCALE If you do not need all locales that are available on your host-box, then set this to 'Y'. +config UCLIBC_BUILD_ALL_LOCALE + bool "All locales" + depends on UCLIBC_HAS_LOCALE + help + This builds all the locales that are available on your + host-box. + endchoice config UCLIBC_BUILD_MINIMAL_LOCALES |