aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-12 08:59:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-12 08:59:18 +0000
commit31083d5f9e0a05e27ce207bd330e33bcaebc3e38 (patch)
tree347e39eb0c63836bce2fd2aa9ed1ff19a326132c /tools/firmware-utils/Makefile
parent4ec1678b66a3fe8c749596df5f1f44e9fd024361 (diff)
downloadmaster-187ad058-31083d5f9e0a05e27ce207bd330e33bcaebc3e38.tar.gz
master-187ad058-31083d5f9e0a05e27ce207bd330e33bcaebc3e38.tar.bz2
master-187ad058-31083d5f9e0a05e27ce207bd330e33bcaebc3e38.zip
[tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16792 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 880a13f94a..5ccc0d12bb 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -51,6 +51,7 @@ define Host/Compile
$(call cc2,mktplinkfw md5)
$(call cc,pc1crypt)
$(call cc,osbridge-crc)
+ $(call cc2,wrt400n cyg_crc32)
endef
define Host/Install