From patchwork Mon Apr 29 02:44:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 240314 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 05CCD2C009A for ; Mon, 29 Apr 2013 12:44:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 27A02A00DF; Mon, 29 Apr 2013 02:44:34 +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 X3Q6WEZelcTB; Mon, 29 Apr 2013 02:44:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A041CA008C; Mon, 29 Apr 2013 02:44:32 +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 D1D828F74B for ; Mon, 29 Apr 2013 02:44:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D12E189AA2 for ; Mon, 29 Apr 2013 02:44:32 +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 l0QfwR3gdB42 for ; Mon, 29 Apr 2013 02:44:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id AD3508C5FF for ; Mon, 29 Apr 2013 02:44:31 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y13so2967768pdi.33 for ; Sun, 28 Apr 2013 19:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=030yWiW1HDHP2CsWTL4z5eQU3f1Vdjv2ni9U7gCHhJk=; b=c2k2Y3D6Yig9njZ4MBo+NJMT+gEaWnZLqo6QQjmM5kAl14AS1BwB0OFlU81aBXLr4+ qJPVoVPtNKoGusboBaGjeWzOI0/YO+ABjZKdtJJaXgvPF2EKCQcj5/NrfHNcJUfegb5M ZTzW7it9WsghvTjKcit3oTtb2O0brPTAljG2Mg4GEFhT0wRJ2XKMC42Feeeyjk+gmQze Mtmt2PVk4s4z/EAk35yPGpcaZRzfihuEM9ZHoPEidkAkbSjCS+W9Wmsx7AfkAArVjAgt EmTe0XeRqTnlGJV8Zy9MmQbTSc49hm4rzTH+Xt9Qqvgp2UgWW4n1kK5rIiAbQNdtDUsk rn9g== X-Received: by 10.66.102.3 with SMTP id fk3mr26183455pab.181.1367203470788; Sun, 28 Apr 2013 19:44:30 -0700 (PDT) Received: from localhost.localdomain (c-76-102-53-164.hsd1.ca.comcast.net. [76.102.53.164]) by mx.google.com with ESMTPSA id ux10sm23728525pab.1.2013.04.28.19.44.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 19:44:29 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Sun, 28 Apr 2013 19:44:24 -0700 Message-Id: <1367203464-17103-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: Subject: [Buildroot] [PATCH] tcpreplay: 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.org/results/e95f23f79ba139681fb1e51375719329afe7e22c Signed-off-by: Gilles Talis --- package/tcpreplay/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tcpreplay/Config.in b/package/tcpreplay/Config.in index 6d3a3bf..7337070 100644 --- a/package/tcpreplay/Config.in +++ b/package/tcpreplay/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_TCPREPLAY bool "tcpreplay" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_LIBPCAP help Tcpreplay is a tool for replaying network traffic from files saved