summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.libc.choice4
-rw-r--r--target/config/Config.in.libc.default2
-rw-r--r--toolchain/musl/Makefile.inc2
3 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 9f4772876..69296c05c 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -104,8 +104,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2
boolean
depends on ADK_TARGET_LIB_UCLIBC
-config ADK_TARGET_LIB_MUSL_1_1_4
- prompt "1.1.4"
+config ADK_TARGET_LIB_MUSL_1_1_5
+ prompt "1.1.5"
boolean
depends on ADK_TARGET_LIB_MUSL
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index 5f46ea41a..ba4d93294 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -22,7 +22,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4
+ default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5
default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2
default "2.20" if ADK_TARGET_LIB_GLIBC_2_20
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 9b0fb88b8..12fc5aee5 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -10,5 +10,5 @@ PKG_VERSION:= $(ADK_LIBC_VERSION)
PKG_SITES:= http://www.musl-libc.org/releases/
endif
PKG_RELEASE:= 1
-PKG_MD5SUM:= f18f3bdbe088438cd64a5313c19a7312
+PKG_MD5SUM:= 94f8aa9dab80229fed68991bb9984cc5
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz