aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-11-28 09:28:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-11-28 09:28:25 +0000
commit1c396a22fd09cc9752a339e8420c307816f8c6c6 (patch)
tree30df8d495d259d3c29bdf49bcd341ce4e82dff23 /tools/firmware-utils/Makefile
parent050ea33a0b437db2e22a70fe7933662200ae6975 (diff)
downloadmaster-187ad058-1c396a22fd09cc9752a339e8420c307816f8c6c6.tar.gz
master-187ad058-1c396a22fd09cc9752a339e8420c307816f8c6c6.tar.bz2
master-187ad058-1c396a22fd09cc9752a339e8420c307816f8c6c6.zip
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 ec41e08273..85ef59509e 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