summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-28 09:28:25 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-28 09:28:25 +0000
commit4bcc767170867495a170f365d58d98d7bf075618 (patch)
tree30df8d495d259d3c29bdf49bcd341ce4e82dff23 /tools/firmware-utils/Makefile
parent00f04685a2c8254d08d3440325b096a88b121416 (diff)
ar71xx: create images for the WNDR3700, which can be flashed via the factory web interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index ec41e0827..85ef59509 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -53,6 +53,7 @@ define Host/Compile
$(call cc,osbridge-crc)
$(call cc2,wrt400n cyg_crc32)
$(call cc,wndr3700)
+ $(call cc,mkdniimg)
endef
define Host/Install