From: Luka Perkov Date: Sun, 11 Oct 2015 22:41:30 +0000 (+0000) Subject: iperf3: update URL X-Git-Tag: reboot~1808 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d57bba8560a320571607215ada556a1ab3eadea9;p=openwrt%2Fstaging%2Flynxis.git iperf3: update URL Update iperf3 to point to the correct project website. Prior URL was the old iperf2 website. Signed-off-by: Karl Palsson SVN-Revision: 47184 --- diff --git a/package/network/utils/iperf3/Makefile b/package/network/utils/iperf3/Makefile index f36b381dac..da9c0044c9 100644 --- a/package/network/utils/iperf3/Makefile +++ b/package/network/utils/iperf3/Makefile @@ -27,7 +27,7 @@ define Package/iperf3 SECTION:=net CATEGORY:=Network TITLE:=Internet Protocol bandwidth measuring tool - URL:=http://sourceforge.net/projects/iperf/ + URL:=https://github.com/esnet/iperf endef TARGET_CFLAGS += -D_GNU_SOURCE