From 8951378aece0cd33e97d975c2232e66d040582c2 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 14 Apr 2024 15:27:28 +0300 Subject: rsync: support xxhash and lz4 Signed-off-by: Maxim Storchak --- net/rsync/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'net/rsync/Config.in') 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 -- cgit v1.2.3