summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-18 07:22:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-18 07:22:57 +0000
commit25250a22ef4e5e02475f63c20aa9f73ce7c996bd (patch)
treeaaf908a846393f7b79a990b6690715b82f41e456 /tools/firmware-utils/Makefile
parent0045449b1bfcb64ed4eb3e7ea25e62aa0491b404 (diff)
downloadmaster-31e0f0ae-25250a22ef4e5e02475f63c20aa9f73ce7c996bd.tar.gz
master-31e0f0ae-25250a22ef4e5e02475f63c20aa9f73ce7c996bd.tar.bz2
master-31e0f0ae-25250a22ef4e5e02475f63c20aa9f73ce7c996bd.zip
tools/firmware-utils: add seama tool
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33840
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 a490c9e02d..96ccc5ffcf 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -60,6 +60,7 @@ define Host/Compile
$(call cc,mkbrnimg)
$(call cc,mkdapimg)
$(call cc, mkcameofw, -Wall)
+ $(call cc,seama md5)
endef
define Host/Install