xref: /OK3568_Linux_fs/buildroot/package/librsync/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBRSYNC
2*4882a593Smuzhiyun	bool "librsync"
3*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
4*4882a593Smuzhiyun	select BR2_PACKAGE_BZIP2
5*4882a593Smuzhiyun	select BR2_PACKAGE_POPT
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  librsync implements the rolling-checksum algorithm of
8*4882a593Smuzhiyun	  remote file synchronization that was popularized by the
9*4882a593Smuzhiyun	  rsync utility and is used in rproxy.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/librsync/librsync
12