Commit 0e5de038 authored by "Steven J. Hill"'s avatar "Steven J. Hill"
Browse files

Rsync was recently upgraded to 2.6.4. Until buildroot is updated,

the RSYNC_SITE variable needs to be changed.
parent f3ccf319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################
RSYNC_VER:=2.6.3
RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/old-versions
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
RSYNC_CAT:=zcat
RSYNC_BINARY:=rsync