1config BR2_PACKAGE_RSYNC 2 bool "rsync" 3 # fork() 4 depends on BR2_USE_MMU 5 select BR2_PACKAGE_ZLIB 6 select BR2_PACKAGE_POPT 7 help 8 File transfer program to keep remote files in sync. 9 10 http://rsync.samba.org/ 11