2014-06-27 07:50:05 +00:00
|
|
|
if PACKAGE_rsync
|
|
|
|
|
|
|
|
config RSYNC_xattr
|
|
|
|
bool
|
|
|
|
prompt "Enable xattr support"
|
2017-01-10 21:26:10 +00:00
|
|
|
default y if USE_FS_ACL_ATTR
|
2014-06-27 07:50:05 +00:00
|
|
|
default n
|
|
|
|
|
|
|
|
config RSYNC_acl
|
|
|
|
bool
|
|
|
|
prompt "Enable ACL support"
|
2017-01-10 21:26:10 +00:00
|
|
|
default y if USE_FS_ACL_ATTR
|
2014-06-27 07:50:05 +00:00
|
|
|
default n
|
2014-09-04 00:33:03 +00:00
|
|
|
|
2020-08-14 19:22:43 +00:00
|
|
|
config RSYNC_zstd
|
|
|
|
bool
|
|
|
|
prompt "Enable zstd stream compression"
|
|
|
|
default n
|
|
|
|
|
2014-06-27 07:50:05 +00:00
|
|
|
endif
|