summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-02-06 11:10:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-02-16 13:29:09 +0100
commitda54fa1a47b7387e16854051044d769f8037f1a1 (patch)
tree475fbd95b0c1bc583476a224647e98b72872328f /target/config
parentaf171a76f3c11a395c37a2b3b9e20d86f1e70184 (diff)
musl: update to 1.1.24
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 8a68bd890..1da24f089 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -159,8 +159,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_MUSL_1_1_23
- bool "1.1.23"
+config ADK_TARGET_LIB_MUSL_1_1_24
+ bool "1.1.24"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -199,8 +199,8 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32
- default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23
- default "2.30" if ADK_TARGET_LIB_GLIBC_2_30
+ default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24
+ default "2.31" if ADK_TARGET_LIB_GLIBC_2_31
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \