summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 8039dd180..a360c48b7 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -143,8 +143,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC
-config ADK_TARGET_LIB_MUSL_1_1_15
- bool "1.1.15"
+config ADK_TARGET_LIB_MUSL_1_1_16
+ bool "1.1.16"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -197,7 +197,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.21" if ADK_TARGET_LIB_UCLIBC_NG_1_0_21
- default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15
+ default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
default "2.23" if ADK_TARGET_LIB_GLIBC_2_23
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \