diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 09:28:25 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 09:28:25 +0000 |
commit | 4bcc767170867495a170f365d58d98d7bf075618 (patch) | |
tree | 30df8d495d259d3c29bdf49bcd341ce4e82dff23 /tools/firmware-utils/Makefile | |
parent | 00f04685a2c8254d08d3440325b096a88b121416 (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/Makefile | 1 |
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 |