diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-16 12:23:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-16 12:23:59 +0100 |
commit | dd473e9030e32450e354d21aa871e58fec27a7cb (patch) | |
tree | 17ea7d6ce4d4b8f74a86b9df4d78bcfcd1c0397e /target | |
parent | 9ee31fd65572f80ec4a1c278668a9179595504d0 (diff) |
tmux: update to 3.2a, needs locale
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 00772c15b..18f1d1794 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -194,7 +194,7 @@ config ADK_RUNTIME_DEFAULT_LOCALE string "default locale" depends on ADK_TARGET_LIBC_WITH_LOCALE \ || ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_MUSL - default "C.UTF-8" + default "en_US.UTF-8" help Locale to be set in the target system as default. |