From a7a90962753cc9bbf4784b750e282b07a7e37dbd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 29 Jul 2017 04:47:12 +0200 Subject: uclibc-ng: update to 1.0.26 --- 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 c6980b482..8389aca33 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -134,8 +134,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_25 - bool "1.0.25" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_26 + bool "1.0.26" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -218,7 +218,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.25" if ADK_TARGET_LIB_UCLIBC_NG_1_0_25 + default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26 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