From patchwork Wed Jan 30 08:02:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 216777 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 9B9402C008E for ; Wed, 30 Jan 2013 19:03:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 15275A00C5; Wed, 30 Jan 2013 08:03:14 +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 yu0tEyxtitmW; Wed, 30 Jan 2013 08:03:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id F41BBA01E0; Wed, 30 Jan 2013 08:03:11 +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 390318F7A0 for ; Wed, 30 Jan 2013 08:03:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E4C298C3BF for ; Wed, 30 Jan 2013 08:03:07 +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 nqnTkPjsd+ib for ; Wed, 30 Jan 2013 08:03:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sivan.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTP id 9A4168C3B8 for ; Wed, 30 Jan 2013 08:03:05 +0000 (UTC) Received: from sapphire.alvarion.com (taragon.tkos.co.il [10.0.4.3]) by sivan.tkos.co.il (Postfix) with ESMTP id 927BEB4F7B; Wed, 30 Jan 2013 10:03:03 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Wed, 30 Jan 2013 10:02:59 +0200 Message-Id: <2421772085e9da9e5df5944b3f8ddbb581413052.1359532928.git.baruch@tkos.co.il> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] ebtables: 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 Fixes: http://autobuild.buildroot.net/results/201f8d3d58cdff0c3501a673003558103237fb22/ Signed-off-by: Baruch Siach --- package/ebtables/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in index 40bc45c..ce67285 100644 --- a/package/ebtables/Config.in +++ b/package/ebtables/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_EBTABLES bool "ebtables" depends on BR2_INET_IPV6 + depends on BR2_USE_MMU # fork() help Ethernet bridge frame table administration