From 75f6c379c5f19b99ea5488a73aac91f29a51273e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 22:54:49 +0200 Subject: sync uClibc patches, use only git for uCLibc-ng for now. --- target/config/Config.in.libc.choice | 7 +------ target/config/Config.in.libc.default | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 9cd862ebb..271966e46 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -45,7 +45,7 @@ config ADK_TARGET_LIB_GLIBC http://www.gnu.org/libc config ADK_TARGET_LIB_UCLIBC - prompt "uClibc embedded C library (deprecated)" + prompt "uClibc embedded C library" boolean select ADK_uclibc depends on \ @@ -64,11 +64,6 @@ choice prompt "Target C library version" depends on !ADK_CHOOSE_TARGET_SYSTEM && !ADK_CHOOSE_TARGET_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - prompt "1.0.0rc1" - boolean - depends on ADK_TARGET_LIB_UCLIBC_NG - config ADK_TARGET_LIB_UCLIBC_NG_GIT prompt "git" boolean diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index afb4fdb38..f0daedd2d 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,6 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.0rc1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 -- cgit v1.2.3