mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
rsync: drop option for included zlib
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -12,16 +12,4 @@ if PACKAGE_rsync
|
||||
default y if USE_FS_ACL_ATTR
|
||||
default n
|
||||
|
||||
config RSYNC_zlib
|
||||
bool
|
||||
prompt "Enable system zlib"
|
||||
help
|
||||
Use the system's zlib library instead of rsync's internal copy. Enabling
|
||||
this may create compatibility errors when using compression with older
|
||||
clients, or those using the current default of the bundled zlib.
|
||||
|
||||
rsync's upstream default is to use their bundled zlib. OpenWrt uses the
|
||||
system zlib for space reasons. The system zlib will eventually become
|
||||
default for upstream as well.
|
||||
default y
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user