aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-08-02 19:05:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-08-02 19:05:28 +0000
commit20fc312ae90ef7c5623c1e01ef4373f9d7622581 (patch)
tree1b4c0bb244435c8f6696f8759ac138d846eee6f2 /tools/firmware-utils/Makefile
parentf6b18f60344692439bf1a942365b7b0946dae8c5 (diff)
downloadupstream-20fc312ae90ef7c5623c1e01ef4373f9d7622581.tar.gz
upstream-20fc312ae90ef7c5623c1e01ef4373f9d7622581.tar.bz2
upstream-20fc312ae90ef7c5623c1e01ef4373f9d7622581.zip
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 e8c5f00cea..24cf88eecd 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