From df686b6aef6a75ca1b4a41dbcc8325b543a8724d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 27 Nov 2017 22:11:05 +0100 Subject: uclibc-ng: update to 1.0.27 --- 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 3a8099b4a..8161226c2 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -136,8 +136,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_26 - bool "1.0.26" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_27 + bool "1.0.27" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -224,7 +224,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26 + default "1.0.27" if ADK_TARGET_LIB_UCLIBC_NG_1_0_27 default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18 default "2.26" if ADK_TARGET_LIB_GLIBC_2_26 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 -- cgit v1.2.3