summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.libc6
-rw-r--r--toolchain/musl/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index c8f84d50c..a7877573e 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -156,8 +156,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_RISCV32 && !ADK_TARGET_ARCH_RISCV64
-config ADK_TARGET_LIB_MUSL_1_1_16
- bool "1.1.16"
+config ADK_TARGET_LIB_MUSL_1_1_17
+ bool "1.1.17"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -225,7 +225,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26
- default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
+ default "1.1.17" if ADK_TARGET_LIB_MUSL_1_1_17
default "2.26" if ADK_TARGET_LIB_GLIBC_2_26
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
default "2.4.0-riscv" if ADK_TARGET_LIB_NEWLIB_RISCV
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 0de965ce8..d7893c530 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -8,10 +8,10 @@ PKG_RELEASE:= 1
PKG_SITES:= git://git.musl-libc.org/musl
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_1_16),y)
-PKG_VERSION:= 1.1.16
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_17),y)
+PKG_VERSION:= 1.1.17
PKG_RELEASE:= 1
-PKG_HASH:= 937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011
+PKG_HASH:= c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif