diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-06 20:21:32 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-06 20:21:32 +0000 |
commit | 7640f8904590b4810ef7a104fd69fc5b35caee4e (patch) | |
tree | 8d7efe4112b89513a927a527cdfe8d5c42a824a1 /tools/firmware-utils/Makefile | |
parent | 419128775a76ef97e344462212b1a646a07e08a5 (diff) | |
download | upstream-7640f8904590b4810ef7a104fd69fc5b35caee4e.tar.gz upstream-7640f8904590b4810ef7a104fd69fc5b35caee4e.tar.bz2 upstream-7640f8904590b4810ef7a104fd69fc5b35caee4e.zip |
brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/
This closes #7702.
SVN-Revision: 22516
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 d4a633c509..37bbc0301f 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -46,6 +46,7 @@ define Host/Compile $(call cc,wndr3700) $(call cc,mkdniimg) $(call cc,mktitanimg) + $(call cc,mkchkimg) endef define Host/Install |