From patchwork Mon Aug 4 13:20:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 376281 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C0392140092 for ; Mon, 4 Aug 2014 23:21:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 665DC8B125; Mon, 4 Aug 2014 13:21:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q1JPu7bxvpcM; Mon, 4 Aug 2014 13:20:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 091E88B11E; Mon, 4 Aug 2014 13:20:59 +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 1705B1C2857 for ; Mon, 4 Aug 2014 13:20:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 111C789A3F for ; Mon, 4 Aug 2014 13:20:58 +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 4G6aVTZKIOna for ; Mon, 4 Aug 2014 13:20:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id A8D2088F9F for ; Mon, 4 Aug 2014 13:20:53 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s74DKkB5028255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Aug 2014 13:20:49 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1407158450; bh=tul8ztkRdZ9URvpNYq/mUZwRL2HQ9h+ubgBg6mNYe7c=; h=From:To:Cc:Subject:Date; b=gWGgwb//r4dIWdXLS1SZfCtnluzvQT1jFDPDSe3eq52qSE/iM6qqi1FotCn+Hc7MW C0nQGiXSNRRF7lbrQ/hAsV1y9sUZA1gq74FTMLHeZgFfsMrwdM2JjvbFxfc8xbc1ib 73ATwLnjhcS9dQXMoXDkGR2lCntCN+14FduJXMD8= Received: by asgard (sSMTP sendmail emulation); Mon, 04 Aug 2014 10:20:41 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 4 Aug 2014 10:20:24 -0300 Message-Id: <1407158440-26783-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 01/17] argus: add comment mmu depends 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 Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias --- package/argus/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/argus/Config.in b/package/argus/Config.in index fe28c77..6d47734 100644 --- a/package/argus/Config.in +++ b/package/argus/Config.in @@ -12,3 +12,4 @@ config BR2_PACKAGE_ARGUS comment "argus needs a toolchain w/ threads, IPv6" depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_INET_IPV6) + depends on BR2_USE_MMU