aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-06-14 21:47:21 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-06-14 21:47:21 +0000
commit3a332f39de6224a94101f04569132299241e7b03 (patch)
tree5e1c00eb53047a1e565125cff97e1320f78b8d6c /tools/firmware-utils/Makefile
parent08c2e29018c32bafa4a8370783e29c00644465a9 (diff)
downloadupstream-3a332f39de6224a94101f04569132299241e7b03.tar.gz
upstream-3a332f39de6224a94101f04569132299241e7b03.tar.bz2
upstream-3a332f39de6224a94101f04569132299241e7b03.zip
add hcsmakeimage, for cable modems/routers based on bcm33xx
SVN-Revision: 21806
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index d4a633c509..13127f074d 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,hcsmakeimage bcmalgo)
endef
define Host/Install