summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-11-28 08:25:53 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-11-28 08:25:53 +0000
commit09b5ed9641aee8b43226e9800e5cc2786982bbfa (patch)
treecf03807cc27063b7bc69f5f0ec62f6a3229184e7 /tools/firmware-utils/Makefile
parentac8369a672ed319ca9b0d121acf13fe5f08d68cf (diff)
downloadmaster-31e0f0ae-09b5ed9641aee8b43226e9800e5cc2786982bbfa.tar.gz
master-31e0f0ae-09b5ed9641aee8b43226e9800e5cc2786982bbfa.tar.bz2
master-31e0f0ae-09b5ed9641aee8b43226e9800e5cc2786982bbfa.zip
firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski)
SVN-Revision: 18569
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 5ccc0d12bb..ec41e08273 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -52,6 +52,7 @@ define Host/Compile
$(call cc,pc1crypt)
$(call cc,osbridge-crc)
$(call cc2,wrt400n cyg_crc32)
+ $(call cc,wndr3700)
endef
define Host/Install