summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-20 22:26:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-20 22:26:29 +0200
commitcb96188c1ec67650c88d6f184aa4043ae5420edf (patch)
tree8e2b5735a47a50225424f1ede8016797eea2abeb /target/config/Config.in.runtime
parent9b97b1e198cc745d562996d11a2f6f5c88809ee8 (diff)
add new PKG_NEEDS variable data, fix logitechmediaserver package
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime8
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.