buildroot/package/rsync/Config.in

11 lines
213 B
Plaintext
Raw Normal View History

2024-02-18 09:22:07 +08:00
config BR2_PACKAGE_RSYNC
bool "rsync"
# fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_POPT
help
File transfer program to keep remote files in sync.
https://rsync.samba.org/