summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 20:55:24 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 20:55:24 +0200
commitc7cec1a2afff5c16a19d5972fcc9792888bc2da4 (patch)
tree668322a2c2b535de8159791f2a58461bb9205031 /target/config/Config.in.toolchain
parent9e43c6b3aff1ee36d331c03f8b9b214f341ae4c2 (diff)
locale: rework locale support (not fully ready)
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index eabac8f4b..03c51bc8c 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -1,13 +1,6 @@
# 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"