summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-08-06 16:25:35 +0000
committerJohn Crispin <john@openwrt.org>2013-08-06 16:25:35 +0000
commit15721d535b4e8543d0d81b7ec1d7bfef55a94e3a (patch)
tree1350f9f96ae9c9cdd3adafe0ee7c7b177c80a74b /tools/firmware-utils/Makefile
parent1af56d7c46acafec0ae0b8708e57dc665fe2d1a5 (diff)
downloadmaster-31e0f0ae-15721d535b4e8543d0d81b7ec1d7bfef55a94e3a.tar.gz
master-31e0f0ae-15721d535b4e8543d0d81b7ec1d7bfef55a94e3a.tar.bz2
master-31e0f0ae-15721d535b4e8543d0d81b7ec1d7bfef55a94e3a.zip
firmware-utils: add a tool TP-Link v2 image generation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37726
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 c0d577e6b2..45690f5949 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -40,6 +40,7 @@ define Host/Compile
$(call cc,nand_ecc)
$(call cc,mkplanexfw sha1)
$(call cc,mktplinkfw md5)
+ $(call cc,mktplinkfw2 md5)
$(call cc,pc1crypt)
$(call cc,osbridge-crc)
$(call cc,wrt400n cyg_crc32)