summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/pre/barebox.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/pre/barebox.make b/rules/pre/barebox.make
new file mode 100644
index 0000000..8979afa
--- /dev/null
+++ b/rules/pre/barebox.make
@@ -0,0 +1,6 @@
+# backport of PTXdist patch https://www.mail-archive.com/ptxdist@pengutronix.de/msg14535.html
+# This file can be removed after the patch has gone upstream
+barebox/url = \
+ http://www.barebox.org/download/barebox-$($(1)_VERSION).$($(1)_SUFFIX)
+
+# vim: syntax=make