rsync: add config option for zstd support

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2020-08-14 12:22:43 -07:00
parent 100f43e60e
commit 54b6de172d
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -12,4 +12,9 @@ if PACKAGE_rsync
default y if USE_FS_ACL_ATTR
default n
config RSYNC_zstd
bool
prompt "Enable zstd stream compression"
default n
endif