mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 19:57:38 +08:00
21 lines
307 B
Plaintext
21 lines
307 B
Plaintext
if PACKAGE_rsync
|
|
|
|
config RSYNC_xattr
|
|
bool
|
|
prompt "Enable xattr support"
|
|
default y if USE_FS_ACL_ATTR
|
|
default n
|
|
|
|
config RSYNC_acl
|
|
bool
|
|
prompt "Enable ACL support"
|
|
default y if USE_FS_ACL_ATTR
|
|
default n
|
|
|
|
config RSYNC_zstd
|
|
bool
|
|
prompt "Enable zstd stream compression"
|
|
default n
|
|
|
|
endif
|