aboutsummaryrefslogtreecommitdiffstats
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
commita342adc51ebde8e384b8e04cea237d7db85cd236 (patch)
treea8d61d324df94b4561c176cfccafd480fad106f1 /tools/firmware-utils/Makefile
parentcbd64c9c47af300d67900af48c2795b792f971f0 (diff)
downloadupstream-a342adc51ebde8e384b8e04cea237d7db85cd236.tar.gz
upstream-a342adc51ebde8e384b8e04cea237d7db85cd236.tar.bz2
upstream-a342adc51ebde8e384b8e04cea237d7db85cd236.zip
[tools] firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10306 3c298f89-4303-0410-b956-a3cf2f4a3e73
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