summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-25 09:41:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-25 09:41:06 +0000
commitc79ee4222ec3a22f64f01c29f19f8244ff43a82e (patch)
treea93ff52a01a3469a5a3a81de99627ef6bff9b943 /tools/firmware-utils/Makefile
parentd14e512f00773d75a32b700503ed4d9b113c2519 (diff)
downloadmaster-31e0f0ae-c79ee4222ec3a22f64f01c29f19f8244ff43a82e.tar.gz
master-31e0f0ae-c79ee4222ec3a22f64f01c29f19f8244ff43a82e.tar.bz2
master-31e0f0ae-c79ee4222ec3a22f64f01c29f19f8244ff43a82e.zip
firmware-utils: add a tool to compute crc value for the 5gxi firmware
SVN-Revision: 16557
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 6917bd8529..880a13f94a 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -50,6 +50,7 @@ define Host/Compile
$(call cc2,mkplanexfw sha1)
$(call cc2,mktplinkfw md5)
$(call cc,pc1crypt)
+ $(call cc,osbridge-crc)
endef
define Host/Install