From patchwork Sun Dec 9 14:13:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 204701 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 B35362C0168 for ; Mon, 10 Dec 2012 01:13:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 74ACA1010CE; Sun, 9 Dec 2012 14:13:32 +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 9PBwRq2mgwxe; Sun, 9 Dec 2012 14:13:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 571A8100557; Sun, 9 Dec 2012 14:13:30 +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 5567A8F74B for ; Sun, 9 Dec 2012 14:13:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 58D99872C5 for ; Sun, 9 Dec 2012 14:13:37 +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 xiB3SyhqjFXe for ; Sun, 9 Dec 2012 14:13:36 +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 1284586B52 for ; Sun, 9 Dec 2012 14:13:35 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qB9EDSO0010256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Dec 2012 14:13:31 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355062413; bh=S4S5Tp4rMBZNf4QA5k02FEUWQNq/xpRzNj/EuUOVCrE=; h=From:To:Cc:Subject:Date; b=h6EEJr+6hCi24KmH/jBw3ysXymcJ9Nz7o/HLRR8HriR52n2VSYXO7qXEsKo1JKL98 FPlQAV8Vj9fzVYj/IKE4DPTFowt6Y9+iYk5FE24oU7QkZ7oaPCypg4FK3zmJ1wHHh6 WSRHNcOpZwxvy0FhfXTTHGjJjYAu/dDeyMGLpOTo= Received: by asgard (sSMTP sendmail emulation); Sun, 09 Dec 2012 11:13:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 9 Dec 2012 11:13:27 -0300 Message-Id: <1355062407-19173-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] bmon: 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/673b0e9a1ba75123ba2c59df8ad81550170fffef Signed-off-by: Gustavo Zacarias --- package/bmon/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/bmon/Config.in b/package/bmon/Config.in index 9692118..61d72f0 100644 --- a/package/bmon/Config.in +++ b/package/bmon/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BMON bool "bmon" depends on BR2_INET_IPV6 + depends on BR2_USE_MMU # fork() help Linux bandwidth monitor