summaryrefslogtreecommitdiffstats
path: root/package/rsync/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* rsync: use system zlib and popt, also do not lose debug optionsDenis Mingulov2013-11-011-0/+2
| | | | | | | | | | | | | | | | rsync by default compiles statically its own zlib and popt libraries, it is better to use system wide libraries instead - both for disk and memory consumption. Change rsync package accordingly. Also previously a debug configure option has been lost, as overwritten by '--with-included-popt' option - fixed. For example, on ARMv5 rsync binary size is reduced by about 25%. Signed-off-by: Denis Mingulov <denis@mingulov.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rsync: needs MMUGustavo Zacarias2012-05-061-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* help textMike Frysinger2004-10-141-4/+3
|
* rsync packageMike Frysinger2004-10-091-0/+8
OpenPOWER on IntegriCloud