From 5c7b26807e41a49c65d84a2d42bdb98639b5fac4 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 29 Jan 2008 08:31:54 +0000 Subject: [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 --- tools/firmware-utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/firmware-utils/Makefile') diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index e5537b445..962e5d180 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 -- cgit v1.2.3