From 949d8663f2f12c986ef2983b7b307f5ecddf060e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Dec 2014 01:42:49 -0600 Subject: use the new concept of appliances - Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete --- target/config/Config.in.libc.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 ba4d93294..6b4350ce6 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -32,10 +32,10 @@ config ADK_LIBC_VERSION config ADK_TARGET_WITH_NPTL boolean - default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_CRIS - default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_CRIS - default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_M68K - default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_M68K + default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_CRIS + default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_CRIS + default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_M68K + default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_M68K default y config ADK_TARGET_SUFFIX -- cgit v1.2.3