From 387c1b51f74a918ba38fccc01774d10118fca59a Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sat, 22 Apr 2017 23:24:46 +0200
Subject: uclibc-ng: update to 1.0.24

---
 target/config/Config.in.libc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'target')

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
-- 
cgit v1.2.3