diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 09:28:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 09:28:25 +0000 |
commit | 6d2fa1c89648d9492714ca54c394e022af61adf6 (patch) | |
tree | f03fac64cf9ec97b16cbebc9184daad591dab62e /tools/firmware-utils/Makefile | |
parent | bd4bec689d27485ec83a45ccd08a3107424ef6f0 (diff) | |
download | upstream-6d2fa1c89648d9492714ca54c394e022af61adf6.tar.gz upstream-6d2fa1c89648d9492714ca54c394e022af61adf6.tar.bz2 upstream-6d2fa1c89648d9492714ca54c394e022af61adf6.zip |
ar71xx: create images for the WNDR3700, which can be flashed via the factory web interface
SVN-Revision: 18571
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 |