diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:42:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:42:17 +0200 |
commit | 36b8021619c7f7a8ec6fee10e3bfa6e7ff8d9d48 (patch) | |
tree | b63a36a56cc0067e318c7e256b599fe745c1f1b8 /target | |
parent | b38f21fd131920147afe35c7975c066557211fda (diff) |
get rid of unsupported locale support
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.adk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index ea139b7ec..1dea618ef 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -12,12 +12,6 @@ config ADK_HOST help Configure host for IPKG package management. -config ADK_LOCALES - bool "Enable locale support in C library and applications" - default n - help - Multilanguage support. - config ADK_DEBUG bool "Compile applications with debug support by default" default n |