From: Gustavo Zacarias Date: Thu, 5 Apr 2012 04:17:06 +0000 (+0000) Subject: rsync: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2daf2de6e1a0a8807cd09b2f85dd1c998d022947;p=buildroot.git rsync: needs MMU Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/rsync/Config.in b/package/rsync/Config.in index 0f33774499..be95a7cacd 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.