diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-06 22:21:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-06-06 22:21:52 +0000 |
commit | b36b9ec1a8aa04d72bde5fa9d57715d316058cad (patch) | |
tree | aec40ce131733f63fa5b9617d7dc65399e2f14c2 /tools/firmware-utils/Makefile | |
parent | f77f1322b8803233eb14188615fa764c60d91978 (diff) | |
download | upstream-b36b9ec1a8aa04d72bde5fa9d57715d316058cad.tar.gz upstream-b36b9ec1a8aa04d72bde5fa9d57715d316058cad.tar.bz2 upstream-b36b9ec1a8aa04d72bde5fa9d57715d316058cad.zip |
tools: add Broadcom cable modem firmware image creator
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36873 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 3fdf2d0060..70edd48df7 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -62,6 +62,7 @@ define Host/Compile $(call cc, mkcameofw, -Wall) $(call cc,seama md5) $(call cc,fix-u-media-header cyg_crc32,-Wall) + $(call cc,hcsmakeimage bcmalgo) endef define Host/Install |