diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-03 09:35:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-03 09:35:51 +0200 |
commit | 5097276642026bb6ce6d3f09dd03979153eb5c0c (patch) | |
tree | 075b865f50ac811b6ef9b55a8da98f5e1cfbc204 /target | |
parent | 1761ec2ef5fb4057fbcea9d00b86146bfd0817d1 (diff) |
musl: update to 1.2.4
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 18244c65b..e37f0c734 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -164,8 +164,8 @@ config ADK_TARGET_LIB_GLIBC_GIT bool "git" depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_MUSL_1_2_3 - bool "1.2.3" +config ADK_TARGET_LIB_MUSL_1_2_4 + bool "1.2.4" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT @@ -204,7 +204,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.43" if ADK_TARGET_LIB_UCLIBC_NG_1_0_43 - default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_3 + default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4 default "2.37" if ADK_TARGET_LIB_GLIBC_2_37 default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |