summaryrefslogtreecommitdiffstats
path: root/package/network/utils
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-10-11 22:41:30 +0000
committerLuka Perkov <luka@openwrt.org>2015-10-11 22:41:30 +0000
commitd57bba8560a320571607215ada556a1ab3eadea9 (patch)
treea1f002224d2f04317589fc203ccda02e09c90c05 /package/network/utils
parentc420373557b4eaa1968d5e4a201ced552ed01590 (diff)
downloadmaster-31e0f0ae-d57bba8560a320571607215ada556a1ab3eadea9.tar.gz
master-31e0f0ae-d57bba8560a320571607215ada556a1ab3eadea9.tar.bz2
master-31e0f0ae-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/utils')
-rw-r--r--package/network/utils/iperf3/Makefile2
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