diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-14 23:31:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-14 23:31:35 +0200 |
commit | d74c98569c8ff411767631398341867556e7d7f1 (patch) | |
tree | 83268f9fdfd9dc3e16cbdedab34c1d2a5e78c95c /target/config/Config.in.libc.default | |
parent | 60bf201be800a8d65da28b35d80ed5ce1b828811 (diff) |
update musl to latest stable version
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 5f46ea41a..ba4d93294 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 + default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |