diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 08:49:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 08:49:57 +0200 |
commit | c7fef6dc4a2fb5a490678c8ef908c0b546cec9fd (patch) | |
tree | 5c8cd69e247f14d0b16bcd88f280213994200219 /target/config | |
parent | ccb0b79b6f0210dc550dfbf7dadad38d1388501c (diff) |
musl is 1.1.4
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index cca46a246..850213598 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -97,8 +97,8 @@ config ADK_TARGET_LIB_UCLIBC_GIT select ADK_DISABLE_CHECKSUM depends on ADK_TARGET_LIB_UCLIBC -config ADK_TARGET_LIB_MUSL_1_0_4 - prompt "1.0.4" +config ADK_TARGET_LIB_MUSL_1_1_4 + prompt "1.1.4" boolean depends on ADK_TARGET_LIB_MUSL diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index a7d07b937..294d90638 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -23,7 +23,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.0beta5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - default "1.0.3" if ADK_TARGET_LIB_MUSL_1_0_3 + default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |