From 84cafece9267d9c4674693d6962faddd8b2df048 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Apr 2015 15:21:49 -0500 Subject: update to uClibc-ng 1.0.2 --- target/config/Config.in.libc.default | 2 ++ 1 file changed, 2 insertions(+) (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 c0a061d73..a247c8a64 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -28,6 +28,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 default "1.0.1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.8" if ADK_TARGET_LIB_MUSL_1_1_8 @@ -43,6 +44,7 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 config ADK_TARGET_SUFFIX string -- cgit v1.2.3