From 271291452d56e3cbce1f6dcd09759f0f8e90b1f0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 Apr 2018 21:52:02 +0200 Subject: uclibc-ng: update to 1.0.30 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 4e128f5b9..46a3559b2 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -141,8 +141,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_29 - bool "1.0.29" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_30 + bool "1.0.30" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -232,7 +232,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.29" if ADK_TARGET_LIB_UCLIBC_NG_1_0_29 + default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30 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_3_0_0 -- cgit v1.2.3