From c328f9058129096b5471aa67699e89aee59d6e1a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 25 Jun 2009 09:41:06 +0000 Subject: [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 --- tools/firmware-utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/firmware-utils/Makefile') 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 -- cgit v1.2.3