diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2024-04-14 15:27:28 +0300 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-04-19 21:51:40 +0800 |
commit | 8951378aece0cd33e97d975c2232e66d040582c2 (patch) | |
tree | 5313f13b95f7f0bb2fbb870c6f6989794ef3b37d /net/rsync/Config.in | |
parent | a7172aec504c38693fffe705cd3c661098a496fa (diff) |
rsync: support xxhash and lz4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/rsync/Config.in')
-rw-r--r-- | net/rsync/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rsync/Config.in b/net/rsync/Config.in index f5e3b67b1..30e86261f 100644 --- a/net/rsync/Config.in +++ b/net/rsync/Config.in @@ -17,4 +17,14 @@ if PACKAGE_rsync 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 |