From patchwork Thu Apr 5 14:17:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150967 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 565A0B7055 for ; Fri, 6 Apr 2012 00:17:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A266332189; Thu, 5 Apr 2012 14:17:37 +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 GI5-Jw6kmb+Q; Thu, 5 Apr 2012 14:17:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A797732188; Thu, 5 Apr 2012 14:17:36 +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 B8A548F75B for ; Thu, 5 Apr 2012 14:17:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AE87F9043C for ; Thu, 5 Apr 2012 14:17:35 +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 X2uxrT7xWg1j for ; Thu, 5 Apr 2012 14:17:35 +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 691E990312 for ; Thu, 5 Apr 2012 14:17:34 +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 q35EHTg8019015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 11:17:31 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333635453; bh=ls26J6SgCRPOP25X889Mp7aOlyvjLsSp+8Vth0232xc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=XKNe7oIC9DkPoOaOcuX4z5TyzuBvx+3uquewV/98hZ3eK5nbqIpEzGF+mRWty6dRH jSNyAWh/I2s38b8K/hSl2hwYYjtLXXFYudbcCA4vKrMkSdS5N2nlBAoA/ebCjsdhWz n53GBBbUq+a2HwMs4GJHUDST0BP0ad5FwdDXmfmQ= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 11:17:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 11:17:06 -0300 Message-Id: <1333635427-24526-5-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 5/6] rsync: 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/rsync/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/rsync/Config.in b/package/rsync/Config.in index 0f33774..be95a7c 100644 --- a/package/rsync/Config.in +++ b/package/rsync/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_RSYNC bool "rsync" + # fork() + depends on BR2_USE_MMU help File transfer program to keep remote files in sync.