Config.in 213 B

12345678910
  1. config 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. https://rsync.samba.org/