summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-07-27 17:44:51 +0000
committerJonas Gorski <jogo@openwrt.org>2014-07-27 17:44:51 +0000
commitb8f5c43748710a0cb3ef87b1ec61740bd9cd60a8 (patch)
tree8fa131156845b19e838030b1fabb6a21a8d7c75c /tools/firmware-utils/Makefile
parentb26139eb3fd4abdb7339b0bd1dfa8f3a08810574 (diff)
downloadmaster-31e0f0ae-b8f5c43748710a0cb3ef87b1ec61740bd9cd60a8.tar.gz
master-31e0f0ae-b8f5c43748710a0cb3ef87b1ec61740bd9cd60a8.tar.bz2
master-31e0f0ae-b8f5c43748710a0cb3ef87b1ec61740bd9cd60a8.zip
firmware-utils: add new tool for fixing headers on ZyXEL devices (brcm63xx)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41849
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 64eccdd226..d5cfdaad23 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -49,6 +49,7 @@ define Host/Compile
$(call cc,mkchkimg)
$(call cc,mkzcfw cyg_crc32)
$(call cc,spw303v)
+ $(call cc,zyxbcm)
$(call cc,trx2edips)
$(call cc,xorimage)
$(call cc,buffalo-enc buffalo-lib, -Wall)