diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-04 06:48:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-04 06:48:42 +0000 |
commit | 1c5b7d0a32c43cfce10231d251f2a8edfb262bc8 (patch) | |
tree | 65420483aebaff6bb19c18749c6c40dc13f09800 /tools/firmware-utils/Makefile | |
parent | 3c97b838f357db22dba49380a9b3443a1564dc3c (diff) | |
download | upstream-1c5b7d0a32c43cfce10231d251f2a8edfb262bc8.tar.gz upstream-1c5b7d0a32c43cfce10231d251f2a8edfb262bc8.tar.bz2 upstream-1c5b7d0a32c43cfce10231d251f2a8edfb262bc8.zip |
tools/firmware-utils: add new firmware tool for the DIR-300-B1 board
SVN-Revision: 27438
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 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 |