aboutsummaryrefslogtreecommitdiffstats
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
commitc328f9058129096b5471aa67699e89aee59d6e1a (patch)
tree43d4b6611eec6cfd05ecc85bff58ead2b13155d9 /tools/firmware-utils/Makefile
parent9a2d1d712888b1a3d4d14357d59f14f528d014fc (diff)
downloadmaster-187ad058-c328f9058129096b5471aa67699e89aee59d6e1a.tar.gz
master-187ad058-c328f9058129096b5471aa67699e89aee59d6e1a.tar.bz2
master-187ad058-c328f9058129096b5471aa67699e89aee59d6e1a.zip
[tools] firmware-utils: add a tool to compute crc value for the 5gxi firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16557 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 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