diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 05:59:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 06:02:41 +0200 |
commit | 07b00d271dad631e52f60601359cde70839362f2 (patch) | |
tree | ec3e05cbb38249c5dca73a892ce232df16834e35 /target/config | |
parent | fca80492522084ae65cfe1172416c4df076d7733 (diff) |
uClibc-ng: add locale option, needs more testing
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.toolchain | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index c307d5cb5..969a1e73b 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -1,6 +1,13 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +config ADK_TARGET_WITH_LOCALE + bool "Enable Locale (i18n) support" + depends on ADK_TARGET_LIB_UCLIBC_NG + select ADK_TARGET_LIBC_ICONV + select BUSYBOX_LOCALE_SUPPORT + select BUSYBOX_UNICODE_USING_LOCALE + choice depends on ADK_TARGET_OS_LINUX prompt "Iconv implementation" |