diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-17 17:56:02 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-17 17:56:02 +0000 |
commit | dc20bb23a2d0e932a095b179cb82067cb27ed164 (patch) | |
tree | 550595ac994818c063de337928be4c16c67280a2 /tools/firmware-utils/Makefile | |
parent | 79c262e038db1cefa7b11d302e3daa25026054b0 (diff) |
tools/firmware-utils: add tool for DIR-651-H1 firmware generation
Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33204 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 2994660760..d30524105e 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -21,6 +21,7 @@ define Host/Compile $(call cc,trx) $(call cc,motorola-bin) $(call cc,dgfirmware) + $(call cc,mkdir615h1 md5) $(call cc,trx2usr) $(call cc,ptgen) $(call cc,airlink) |