From patchwork Wed Oct 9 21:30:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 282061 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 37DC42C0146 for ; Thu, 10 Oct 2013 08:32:17 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5F71D8885C; Wed, 9 Oct 2013 21:32:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rdxOidB7ony1; Wed, 9 Oct 2013 21:32:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E096188A4D; Wed, 9 Oct 2013 21:32:15 +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 5345D1BFA75 for ; Wed, 9 Oct 2013 21:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 35E3180533 for ; Wed, 9 Oct 2013 21:32:14 +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 pCljGCzTlN5g for ; Wed, 9 Oct 2013 21:32:13 +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 6B5848AF8D for ; Wed, 9 Oct 2013 21:32:13 +0000 (UTC) Received: from asgard (host194.190-31-2.telecom.net.ar [190.31.2.194]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r99LW7Rk018324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 Oct 2013 21:32:09 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1381354331; bh=v5rmVA+/I43/S3HB365eLqiB+hEUsEouiJ5XFcLgjwY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=rdB/E+8DnyavgLWdJs72RSj7ilyWaAFeqJTzLjQXe4r+eAVLngQAffQGOdusKtVhp 4xN8kXB8Hk2A2v6qBG55yjeQXUeQyrttrJj1mk+u/7GTImY72Jfu7Beu1RVWhjKfV8 TjbJFSu9+Mn34af0MpJgf3od6bOu0EDw2wbPGK78= Received: by asgard (sSMTP sendmail emulation); Wed, 09 Oct 2013 18:32:01 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 9 Oct 2013 18:30:46 -0300 Message-Id: <1381354246-29140-8-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1381354246-29140-1-git-send-email-gustavo@zacarias.com.ar> References: <1381354246-29140-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 8/8] vde2: needs mmu 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: Gustavo Zacarias --- package/vde2/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/vde2/Config.in b/package/vde2/Config.in index f069a79..2bbd822 100644 --- a/package/vde2/Config.in +++ b/package/vde2/Config.in @@ -1,8 +1,9 @@ config BR2_PACKAGE_VDE2 bool "vde2" + depends on BR2_USE_MMU # fork() help VDE is an ethernet compliant virtual network that can be spawned over a set of physical computers over the Internet. VDE is part of the virtualsquare project. - + http://vde.sourceforge.net/