From 93155ae0822fdbf392b18b17fcdd311732f4c88c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 20:57:40 +0100 Subject: uclibc-ng: update to 1.0.29 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.libc') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 91ba01f88..aa452d980 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -140,8 +140,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_28 - bool "1.0.28" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_29 + bool "1.0.29" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -231,7 +231,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.28" if ADK_TARGET_LIB_UCLIBC_NG_1_0_28 + default "1.0.29" if ADK_TARGET_LIB_UCLIBC_NG_1_0_29 default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 -- cgit v1.2.3