diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:21 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:21 +0000 |
commit | 4463c46eb985a22b73f906293f35caa5547342a3 (patch) | |
tree | 36e221b4cd38499aacc6f600673d09f15864ebca /tools/firmware-utils/Makefile | |
parent | 27863da0f75ae12abd006d770e07f21552ba063d (diff) | |
download | openwrt-4463c46eb985a22b73f906293f35caa5547342a3.tar.gz openwrt-4463c46eb985a22b73f906293f35caa5547342a3.zip |
AA: tools/firmware-utils: add seama tool
Backport of r33840.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index a490c9e02..96ccc5ffc 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 |