diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:31:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:31:54 +0200 |
commit | 66a6c153d5db95eb0f35861269a7f5459f387e55 (patch) | |
tree | b525180b82d1edd3ff72a84f4e9c70498115e1d9 /target/config | |
parent | c2fc0a3b9adbf657f7afce0f3f653c48dee84add (diff) |
add basic locale support to OpenADK
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.adk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 50fef2866..442094b85 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -12,6 +12,12 @@ 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 |