From 795235fbc980e89cadbc9cfd4738623991b2c934 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Apr 2022 14:43:35 +0200 Subject: musl: update to 1.2.3 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index aee5c1384..7a35af049 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -161,8 +161,8 @@ config ADK_TARGET_LIB_GLIBC_GIT bool "git" depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_MUSL_1_2_2 - bool "1.2.2" +config ADK_TARGET_LIB_MUSL_1_2_3 + bool "1.2.3" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT @@ -201,7 +201,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.40" if ADK_TARGET_LIB_UCLIBC_NG_1_0_40 - default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2 + default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_2 default "2.35" if ADK_TARGET_LIB_GLIBC_2_35 default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ -- cgit v1.2.3