summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-11-02 08:10:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-02 08:10:19 +0100
commiteb02a7aef7602aaef1e882671f7fd94f4fb6e11c (patch)
tree7b3aa2f05bc58f4fef711cb9209d8483ff6760ce
parent8617870454388edf0f0728a92f3f188edbc14986 (diff)
downloadptxdist-eb02a7aef7602aaef1e882671f7fd94f4fb6e11c.tar.gz
ptxdist-eb02a7aef7602aaef1e882671f7fd94f4fb6e11c.tar.xz
iperf3: fix URL
The old http URL redirects to https://downloads.es.net/ (the toplevel directory, not the full URL). So use the correct https URL to fix this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/iperf3.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/iperf3.make b/rules/iperf3.make
index 2a93c4a6e..c419de692 100644
--- a/rules/iperf3.make
+++ b/rules/iperf3.make
@@ -18,7 +18,7 @@ IPERF3_VERSION := 3.6
IPERF3_MD5 := 6114c34ef6c3a69bc75de12e5366789b
IPERF3 := iperf-$(IPERF3_VERSION)
IPERF3_SUFFIX := tar.gz
-IPERF3_URL := http://downloads.es.net/pub/iperf/$(IPERF3).$(IPERF3_SUFFIX)
+IPERF3_URL := https://downloads.es.net/pub/iperf/$(IPERF3).$(IPERF3_SUFFIX)
IPERF3_SOURCE := $(SRCDIR)/$(IPERF3).$(IPERF3_SUFFIX)
IPERF3_DIR := $(BUILDDIR)/$(IPERF3)
IPERF3_LICENSE := BSD