tools/firmware-utils: add seama tool

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33840
This commit is contained in:
Gabor Juhos
2012-10-18 07:22:57 +00:00
parent 0045449b1b
commit 25250a22ef
3 changed files with 638 additions and 0 deletions

View File

@@ -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