summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-29 08:31:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-29 08:31:54 +0000
commit4ee4c6f3f5758c895c2ad0d98b53176a176fc32b (patch)
treeec6591d22d5e4525d067239b51917a196cc322fc /tools/firmware-utils/Makefile
parent7d92be2f9482ec35f8b42120e039825b7938a446 (diff)
downloadmaster-31e0f0ae-4ee4c6f3f5758c895c2ad0d98b53176a176fc32b.tar.gz
master-31e0f0ae-4ee4c6f3f5758c895c2ad0d98b53176a176fc32b.tar.bz2
master-31e0f0ae-4ee4c6f3f5758c895c2ad0d98b53176a176fc32b.zip
firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices
SVN-Revision: 10306
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index e5537b445b..962e5d1802 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -28,6 +28,7 @@ define Build/Compile
$(call cc,mkcsysimg)
$(call cc,mkzynfw)
$(call cc,lzma2eva,-lz)
+ $(call cc,mkcasfw)
endef
define Build/Install