From f6e522c3ff8e6dcfaf632356971ddd6de4ec6c97 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 22 Aug 2015 21:59:07 +0200 Subject: update uClibc-ng to 1.0.6, no symlinking required --- target/config/Config.in.libc.choice | 4 ++-- target/config/Config.in.libc.default | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 022b36956..486562a36 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -69,8 +69,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_5 - bool "1.0.5" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_6 + bool "1.0.6" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index a217d7bd9..5987496ed 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 @@ -36,7 +36,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 config ADK_TARGET_SUFFIX string -- cgit v1.2.3