From patchwork Thu Apr 5 14:17:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150963 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 278FFB6FC9 for ; Fri, 6 Apr 2012 00:17:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D0FF62024C; Thu, 5 Apr 2012 14:17:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dgf3rNd8OA0p; Thu, 5 Apr 2012 14:17:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DEB9120BC4; Thu, 5 Apr 2012 14:17:18 +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 269538F75B for ; Thu, 5 Apr 2012 14:17:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1B91690312 for ; Thu, 5 Apr 2012 14:17:17 +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 NZAiVis-fv0J for ; Thu, 5 Apr 2012 14:17:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 72B55904C5 for ; Thu, 5 Apr 2012 14:17:14 +0000 (UTC) Received: from asgard (host10.190-30-120.telecom.net.ar [190.30.120.10]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q35EH9ew018984 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 11:17:11 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333635433; bh=/SlxH8kh+aY21RhP6LkJ6QbsFLs5f24OJAKCAS+HITY=; h=From:To:Cc:Subject:Date:Message-Id; b=UGkELufyX1Zun/fplt37MtnxCvaBxg3sSdDeFXZDzQ7VIldvUNnvKzyHbowJkXMXZ MB5yPas5nHkv2qLIOHNrD2h3INp6T4FbjinUfX4bhZ0pr1EAaDVrvXplaPoRDehrbN p/FOD6jdQaE6Vz0l0COvkkYLpNrQEM/lFTkJIZIg= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 11:17:08 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 11:17:02 -0300 Message-Id: <1333635427-24526-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/6] dhcp: 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/dhcp/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in index 2245839..38cf007 100644 --- a/package/dhcp/Config.in +++ b/package/dhcp/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_DHCP bool "isc dhcp" + # fork() + depends on BR2_USE_MMU help DHCP relay agent from the ISC DHCP distribution.