aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-22 08:08:39 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-22 08:08:39 +0000
commit923e54f73079c0ab600b51f826f3fc4ab4c81915 (patch)
tree9726ef0113745dccd9fa75f1a6b31257ab8b3968 /tools/firmware-utils/Makefile
parent6bf0d7f058bab7f7c4d27cbf21ab9ff16a53c9fd (diff)
downloadupstream-923e54f73079c0ab600b51f826f3fc4ab4c81915.tar.gz
upstream-923e54f73079c0ab600b51f826f3fc4ab4c81915.tar.bz2
upstream-923e54f73079c0ab600b51f826f3fc4ab4c81915.zip
firmware-utils: add Gemtek header tool
Generates webflash-compatible images for a few RT2880 routers based on Gemtek OEM boards. Signed-off-by: Claudio Leite <leitec@staticky.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40551 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 585090ec71..3be80e77ab 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -66,6 +66,7 @@ define Host/Compile
$(call cc,mkporayfw, -Wall)
#$(call cc,mkhilinkfw, -lcrypto)
$(call cc,mkdcs932, -Wall)
+ $(call cc,mkheader_gemtek,-lz)
endef
define Host/Install