diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:29 +0200 |
commit | cb96188c1ec67650c88d6f184aa4043ae5420edf (patch) | |
tree | 8e2b5735a47a50225424f1ede8016797eea2abeb /target/config | |
parent | 9b97b1e198cc745d562996d11a2f6f5c88809ee8 (diff) |
add new PKG_NEEDS variable data, fix logitechmediaserver package
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 9dd20d971..03daaa24f 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -1,6 +1,9 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +config ADK_RUNTIME_DATA_PARTITION + bool + config ADK_RUNTIME_HOSTNAME string "hostname for the embedded system" default "openadk" @@ -202,8 +205,9 @@ config ADK_RUNTIME_TIMEZONE config ADK_RUNTIME_DEFAULT_LOCALE string "default locale" - depends on ADK_TARGET_LIBC_WITH_LOCALE - default "de_DE" + depends on ADK_TARGET_LIBC_WITH_LOCALE \ + || ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_MUSL + default "C.UTF-8" help Locale to be set in the target system as default. |