From 03bf435dda9c263a4bb62b9aa3fdfcf0f0dc3e51 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 Dec 2016 09:50:35 +0100 Subject: uclibc-ng: update to 1.0.21 --- 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 f47cd7b97..8039dd180 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -127,8 +127,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_20 - bool "1.0.20" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_21 + bool "1.0.21" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -196,7 +196,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.20" if ADK_TARGET_LIB_UCLIBC_NG_1_0_20 + default "1.0.21" if ADK_TARGET_LIB_UCLIBC_NG_1_0_21 default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15 default "2.23" if ADK_TARGET_LIB_GLIBC_2_23 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 -- cgit v1.2.3