From bcac11b4601990b0ca9ae5761fe9403253d10ad0 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 4 Jul 2011 06:48:42 +0000 Subject: tools/firmware-utils: add new firmware tool for the DIR-300-B1 board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27438 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 ebec10b022..da6980514c 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -52,6 +52,7 @@ define Host/Compile $(call cc,xorimage) $(call cc,buffalo-enc buffalo-lib, -Wall) $(call cc,buffalo-tag buffalo-lib, -Wall) + $(call cc,mkwrgimg md5, -Wall) endef define Host/Install -- cgit v1.2.3