From patchwork Thu Apr 5 14:17:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150966 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 77763B7054 for ; Fri, 6 Apr 2012 00:17:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6D61225DFB; Thu, 5 Apr 2012 14:17:33 +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 4NDzJpf+pF1X; Thu, 5 Apr 2012 14:17:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 927ED32186; Thu, 5 Apr 2012 14:17: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 CC0798F75B for ; Thu, 5 Apr 2012 14:17:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C2BA09043C for ; Thu, 5 Apr 2012 14:17:30 +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 tohLCf8buqQN for ; Thu, 5 Apr 2012 14:17:29 +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 24BF890312 for ; Thu, 5 Apr 2012 14:17:29 +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 q35EHOBT019009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 11:17:26 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333635447; bh=jskRtBvbZCT3iP6dSdeq97UuTV6zGgsZ6Zsjy7fMQo4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=EEELBT1JcmI4tOTl4PbklmHnIT5EpXFcqxp4HtCTe6CRc9U9+vuo2cRUMwnJqe075 7yq5AAZ29ZIqeUoM0Vdsm48xVgScptiHACr64cRW8oM6lwvoZSvl/m+T9acJvj2Q2e RM0olHtjGKOB3b/MyPki6Qn+eIHUSU9FDm+kE/KM= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 11:17:23 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 11:17:05 -0300 Message-Id: <1333635427-24526-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1333635427-24526-1-git-send-email-gustavo@zacarias.com.ar> References: <1333635427-24526-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/6] ncftp: 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/ncftp/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in index 7b6ae64..4aaa62d 100644 --- a/package/ncftp/Config.in +++ b/package/ncftp/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_NCFTP bool "ncftp" + # fork() + depends on BR2_USE_MMU help NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP).