aboutsummaryrefslogtreecommitdiffstats
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
commitb601f71cb516eeafe27b973097f7c53f658d6361 (patch)
treeff16d4059f13aa6ed026881f16c9ffa14eaa5e02 /tools/firmware-utils/Makefile
parentb902f4720758a468c5f26f305a8704fef0c96cee (diff)
downloadmaster-187ad058-b601f71cb516eeafe27b973097f7c53f658d6361.tar.gz
master-187ad058-b601f71cb516eeafe27b973097f7c53f658d6361.tar.bz2
master-187ad058-b601f71cb516eeafe27b973097f7c53f658d6361.zip
firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18569 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 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