firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices

SVN-Revision: 10306
master
Gabor Juhos 17 years ago
parent 7d92be2f94
commit 4ee4c6f3f5
  1. 3
      tools/firmware-utils/Makefile
  2. 1027
      tools/firmware-utils/src/mkcasfw.c

@ -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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save