diff options
author | Luka Perkov <luka@openwrt.org> | 2015-10-11 22:41:30 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-10-11 22:41:30 +0000 |
commit | d57bba8560a320571607215ada556a1ab3eadea9 (patch) | |
tree | a1f002224d2f04317589fc203ccda02e09c90c05 /package/network | |
parent | c420373557b4eaa1968d5e4a201ced552ed01590 (diff) | |
download | upstream-d57bba8560a320571607215ada556a1ab3eadea9.tar.gz upstream-d57bba8560a320571607215ada556a1ab3eadea9.tar.bz2 upstream-d57bba8560a320571607215ada556a1ab3eadea9.zip |
iperf3: update URL
Update iperf3 to point to the correct project website. Prior URL was the
old iperf2 website.
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 47184
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/iperf3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |