summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.libc6
-rw-r--r--toolchain/uclibc-ng/Makefile.inc8
2 files changed, 7 insertions, 7 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index bd267935c..9312b6b4c 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -130,8 +130,8 @@ endchoice
choice
prompt "C library version"
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_23
- bool "1.0.23"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_24
+ bool "1.0.24"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -213,7 +213,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.23" if ADK_TARGET_LIB_UCLIBC_NG_1_0_23
+ default "1.0.24" if ADK_TARGET_LIB_UCLIBC_NG_1_0_24
default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
default "2.25" if ADK_TARGET_LIB_GLIBC_2_25
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index f58f01326..bbdaac40d 100644
--- a/toolchain/uclibc-ng/Makefile.inc
+++ b/toolchain/uclibc-ng/Makefile.inc
@@ -7,10 +7,10 @@ PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_23),y)
-PKG_VERSION:= 1.0.23
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_24),y)
+PKG_VERSION:= 1.0.24
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.23/
-PKG_HASH:= a76ee9a69bce031d14cae22ce34527a856f724f888a6641bf53e6f07c6345c70
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.24/
+PKG_HASH:= 03f1e15787fabd53e9e984a1f59ef40ce79c63367de8ee2580cec7feffa6d706
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz