From patchwork Mon Jul 15 19:46:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 84BD32C0171 for ; Tue, 16 Jul 2013 05:48:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D9E25320FD; Mon, 15 Jul 2013 19:48:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0QJ865XIfQ9W; Mon, 15 Jul 2013 19:48:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 881A431EBE; Mon, 15 Jul 2013 19:48:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D089C1BF9FB for ; Mon, 15 Jul 2013 19:48:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0DD8C8C193 for ; Mon, 15 Jul 2013 19:48:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wHuDTLMd7vEt for ; Mon, 15 Jul 2013 19:48:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id C2DCD8BADF for ; Mon, 15 Jul 2013 19:48:03 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id n9so16085847oag.36 for ; Mon, 15 Jul 2013 12:48:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=ajTfFTmOcH3zyOT3X7qIlIvw/Z2DXsNwAVlw2OrdNrY=; b=S4dQDaOLIv0eXQGjsyZ4gPHhKg33WLUIIpVrPPCP6ZrdpFF6p8t2Q+7VVIC3KIw+Wm Z8litYDeL7ElKWQKvQcvDJvT5aSlcwcv8FMrF4Uowfy7sJXyBNygKSNfwv0RYb6a5UNQ ubZiHA7k1DBWwHul5YjKUMrgwDlnHLziYYXQY85eiXZeMEYyIxK7g+RjwbIPDr3XwxSE qQ9Z+aQhhzXpkvQg13wDK2n8QaWi5NE/W3DRzxhA9RPG7M3uKemjNNp69BvzpprJrMsm N7wqpSTVw4Y5SMPUwnaQh61RYpl2uWLqpQME09e9G+9Bv98auOUQLxRHcqDpDSh5kigZ YuuA== X-Received: by 10.182.225.134 with SMTP id rk6mr44454558obc.40.1373917682940; Mon, 15 Jul 2013 12:48:02 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id rs4sm69528145obc.10.2013.07.15.12.48.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:02 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:46:48 -0500 Message-Id: <1373917670-30006-6-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> References: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQlJi33wyeMh7apM0N6M/XzcmvSxXdc8sf50jifXY6RA5mWQSMtHIdYDyP7D6z6ciKM92hZd Subject: [Buildroot] [PATCH 05/67] avahi: minor cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Spenser Gilliland --- package/avahi/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/avahi/Config.in b/package/avahi/Config.in index 60fd50f..c6af67e 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -10,10 +10,11 @@ config BR2_PACKAGE_AVAHI http://www.avahi.org/ +if BR2_PACKAGE_AVAHI + config BR2_PACKAGE_AVAHI_AUTOIPD bool "IPv4LL network address configuration daemon" default y - depends on BR2_PACKAGE_AVAHI select BR2_PACKAGE_LIBDAEMON help Avahi-autoipd implements IPv4LL, "Dynamic Configuration of @@ -25,7 +26,6 @@ config BR2_PACKAGE_AVAHI_AUTOIPD config BR2_PACKAGE_AVAHI_DAEMON bool "mDNS/DNS-SD daemon" - depends on BR2_PACKAGE_AVAHI select BR2_PACKAGE_LIBDAEMON select BR2_PACKAGE_EXPAT help @@ -34,5 +34,7 @@ config BR2_PACKAGE_AVAHI_DAEMON The daemon registers local IP addresses and services using mDNS/DNS-SD. +endif + comment "avahi requires a toolchain with thread support" depends on !BR2_TOOLCHAIN_HAS_THREADS