diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-29 08:31:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-29 08:31:54 +0000 |
commit | 5c7b26807e41a49c65d84a2d42bdb98639b5fac4 (patch) | |
tree | a8d61d324df94b4561c176cfccafd480fad106f1 /tools/firmware-utils/Makefile | |
parent | 6d8520bc411b3836bbe557de4bf7ce6aaa4c5842 (diff) |
[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/Makefile | 3 |
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 |