summaryrefslogtreecommitdiffstats
path: root/rules/dfu-util.make
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-09-18 17:12:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-20 08:12:21 +0200
commit215136b777436ef0c3d8376f8cc9fc2a5e72df5e (patch)
treeccac390803d498ec201475e4c21584c6192ce556 /rules/dfu-util.make
parentbf9f5b3a9f249e0aca81070b34c83c93d6b1cdcd (diff)
downloadptxdist-215136b777436ef0c3d8376f8cc9fc2a5e72df5e.tar.gz
ptxdist-215136b777436ef0c3d8376f8cc9fc2a5e72df5e.tar.xz
dfu-util: Fix download URL
http://dfu-util.gnumonks.org/ resets connections and according to the buildroot project is down for years. Also dfu-util is not listed as project on http://gnumonks.org/ anymore. http://dfu-util.sourceforge.net/ however is alive and even has more recent downloads. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dfu-util.make')
-rw-r--r--rules/dfu-util.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dfu-util.make b/rules/dfu-util.make
index 18c4cc149..d9e7285c6 100644
--- a/rules/dfu-util.make
+++ b/rules/dfu-util.make
@@ -20,7 +20,7 @@ DFU_UTIL_VERSION := 0.7
DFU_UTIL_MD5 := 56844020177d4db4c1ea2e926fe9d588
DFU_UTIL := dfu-util-$(DFU_UTIL_VERSION)
DFU_UTIL_SUFFIX := tar.gz
-DFU_UTIL_URL := http://dfu-util.gnumonks.org/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
+DFU_UTIL_URL := http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
DFU_UTIL_SOURCE := $(SRCDIR)/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
DFU_UTIL_DIR := $(BUILDDIR)/$(DFU_UTIL)
DFU_UTIL_LICENSE := GPL-2.0-only