From 3205ddce348c3811fe2b69983d881ed1a02a15f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Nov 2018 18:49:45 +0100 Subject: uclibc-ng: update to 1.0.31 --- 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 90b7c798a..b548d8fd6 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -145,8 +145,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_30 - bool "1.0.30" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_31 + bool "1.0.31" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -210,7 +210,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30 + default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31 default "1.1.20" if ADK_TARGET_LIB_MUSL_1_1_20 default "2.28" if ADK_TARGET_LIB_GLIBC_2_28 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 -- cgit v1.2.3