diff options
Diffstat (limited to 'openwrt/package/rsync/Config.in')
-rw-r--r-- | openwrt/package/rsync/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/rsync/Config.in b/openwrt/package/rsync/Config.in new file mode 100644 index 0000000000..f2849533bc --- /dev/null +++ b/openwrt/package/rsync/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_RSYNC + tristate "rsync" + select BR2_PACKAGE_LIBPOPT + default m if CONFIG_DEVEL + help + + utility that provides fast incremental file transfer + + http://rsync.samba.org |