mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
16 lines
226 B
Plaintext
16 lines
226 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
|
|
|
|
endif
|