From patchwork Thu Apr 5 14:17:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/6] rsync: needs MMU Date: Thu, 05 Apr 2012 04:17:06 -0000 From: Gustavo Zacarias X-Patchwork-Id: 150967 Message-Id: <1333635427-24526-5-git-send-email-gustavo@zacarias.com.ar> To: buildroot@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.