summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-02 19:05:28 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-02 19:05:28 +0000
commit42b664a30a7481f05ecdd909baa4f0032e5e8e3d (patch)
tree1b4c0bb244435c8f6696f8759ac138d846eee6f2 /tools/firmware-utils/Makefile
parent501eeb8888705e5b7e58fc913428de62ab2995be (diff)
add firmware generation tool for ZyXEL boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8318 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 e8c5f00ce..24cf88eec 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -29,6 +29,7 @@ define Build/Compile
$(call cc,srec2bin)
$(call cc,mkmylofw)
$(call cc,mkcsysimg)
+ $(call cc,mkzynfw)
endef
define Build/Install