blob: 5c297f400a418eb05053f12107e7bb34e75219d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|