rsync: needs MMU
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 5 Apr 2012 04:17:06 +0000 (04:17 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 May 2012 18:08:53 +0000 (20:08 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rsync/Config.in

index 0f33774499928a7d6e5fc768fe012e88e985b79a..be95a7cacd4c2e6bf81ce8216b875fd8401d26f8 100644 (file)
@@ -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.