From 65f6b6e349b2ac060394483ade0d09e1042bcd81 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Jun 2017 00:06:13 +0200 Subject: uclibc-ng: update to 1.0.25 --- 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 9312b6b4c..ad5c694f3 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_24 - bool "1.0.24" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_25 + bool "1.0.25" 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.24" if ADK_TARGET_LIB_UCLIBC_NG_1_0_24 + default "1.0.25" if ADK_TARGET_LIB_UCLIBC_NG_1_0_25 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