Browse Source

uClibc-ng: add locale option, needs more testing

Waldemar Brodkorb 7 years ago
parent
commit
07b00d271d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      target/config/Config.in.toolchain

+ 7 - 0
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"