2014-06-27 15:50:05 +08:00
|
|
|
if PACKAGE_rsync
|
|
|
|
|
|
|
|
config RSYNC_xattr
|
|
|
|
bool
|
|
|
|
prompt "Enable xattr support"
|
2017-01-11 05:26:10 +08:00
|
|
|
default y if USE_FS_ACL_ATTR
|
2014-06-27 15:50:05 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config RSYNC_acl
|
|
|
|
bool
|
|
|
|
prompt "Enable ACL support"
|
2017-01-11 05:26:10 +08:00
|
|
|
default y if USE_FS_ACL_ATTR
|
2014-06-27 15:50:05 +08:00
|
|
|
default n
|
2014-09-04 08:33:03 +08:00
|
|
|
|
2014-06-27 15:50:05 +08:00
|
|
|
endif
|