From d23e37c7c604ebd105bacc3f09afb5546952672b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Oct 2015 22:17:06 +0200 Subject: update uClibc-ng to 1.0.7 --- target/config/Config.in.libc.default | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.libc.default') diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 12c36451b..177b2d9e6 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -21,19 +21,24 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.7" if ADK_TARGET_LIB_UCLIBC_NG_1_0_7 default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 + default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 - default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 - default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 - default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 + default "1.1.9" if ADK_TARGET_LIB_MUSL_1_1_9 default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 + default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_7 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 config ADK_TARGET_SUFFIX string -- cgit v1.2.3