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 | f701c1365435ef3bb316bc304c3d287872b597aa (patch) | |
tree | 8e649aa2f0c6ddf08e2c1c6c814df1827247e33a /package/network/utils | |
parent | 62fec811d1299d5c505e40b3b4d927f21726ac4b (diff) | |
download | master-187ad058-f701c1365435ef3bb316bc304c3d287872b597aa.tar.gz master-187ad058-f701c1365435ef3bb316bc304c3d287872b597aa.tar.bz2 master-187ad058-f701c1365435ef3bb316bc304c3d287872b597aa.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-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 |