blob: 30e86261fca5aa528769df078248addd7bbfce15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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
config RSYNC_lz4
bool
prompt "Enable lz4, extremely fast compression"
default n
config RSYNC_xxhash
bool
prompt "Enable xxhash, extremely fast hash"
default n
endif
|