You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
642 B

  1. if PACKAGE_rsync
  2. config RSYNC_xattr
  3. bool
  4. prompt "Enable xattr support"
  5. default n
  6. config RSYNC_acl
  7. bool
  8. prompt "Enable ACL support"
  9. default n
  10. config RSYNC_zlib
  11. bool
  12. prompt "Enable system zlib"
  13. help
  14. Use the system's zlib library instead of rsync's internal copy. Enabling
  15. this may create compatibility errors when using compression with older
  16. clients, or those using the current default of the bundled zlib.
  17. rsync's upstream default is to use their bundled zlib. OpenWrt uses the
  18. system zlib for space reasons. The system zlib will eventually become
  19. default for upstream as well.
  20. default y
  21. endif