The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / librsync / Config.in
1 config BR2_PACKAGE_LIBRSYNC
2         bool "librsync"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_BZIP2
5         select BR2_PACKAGE_POPT
6         help
7           librsync implements the rolling-checksum algorithm of
8           remote file synchronization that was popularized by the
9           rsync utility and is used in rproxy.
10
11           http://sourceforge.net/projects/librsync/