[zaptel-commits] tzafrir: trunk r1424 - in /trunk/xpp: ./
firmwares/ utils/
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Sep 6 14:40:06 MST 2006
Author: tzafrir
Date: Wed Sep 6 16:40:06 2006
New Revision: 1424
URL: http://svn.digium.com/view/zaptel?rev=1424&view=rev
Log:
Move firmwares to a separate subdirectory.
Added:
trunk/xpp/firmwares/
trunk/xpp/firmwares/FPGA_FXS.hex
- copied unchanged from r1419, trunk/xpp/utils/FPGA_FXS.hex
trunk/xpp/firmwares/LICENSE.firmware
- copied, changed from r1021, trunk/xpp/LICENSE.firmware
trunk/xpp/firmwares/Makefile (with props)
trunk/xpp/firmwares/README (with props)
trunk/xpp/firmwares/USB_1130.hex
- copied unchanged from r1023, trunk/xpp/utils/USB_1130.hex
trunk/xpp/firmwares/USB_8613.hex (contents, props changed)
- copied, changed from r1023, trunk/xpp/utils/USB_8613.hex
Removed:
trunk/xpp/LICENSE.firmware
trunk/xpp/utils/FPGA_FXS.hex
trunk/xpp/utils/USB_1130.hex
trunk/xpp/utils/USB_8613.hex
Copied: trunk/xpp/firmwares/LICENSE.firmware (from r1021, trunk/xpp/LICENSE.firmware)
URL: http://svn.digium.com/view/zaptel/trunk/xpp/firmwares/LICENSE.firmware?p2=trunk/xpp/firmwares/LICENSE.firmware&p1=trunk/xpp/LICENSE.firmware&r1=1021&r2=1424&rev=1424&view=diff
==============================================================================
(empty)
Added: trunk/xpp/firmwares/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/xpp/firmwares/Makefile?rev=1424&view=auto
==============================================================================
--- trunk/xpp/firmwares/Makefile (added)
+++ trunk/xpp/firmwares/Makefile Wed Sep 6 16:40:06 2006
@@ -1,0 +1,9 @@
+FIRMWARES = $(wildcard *.hex)
+
+FIRM_DIR = /usr/share/zaptel
+
+all:
+
+install:
+ install -d $(DESTDIR)$(FIRM_DIR)
+ install -m 644 $(FIRMWARES) $(DESTDIR)$(FIRM_DIR)
Propchange: trunk/xpp/firmwares/Makefile
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/xpp/firmwares/Makefile
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/xpp/firmwares/Makefile
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: trunk/xpp/firmwares/README
URL: http://svn.digium.com/view/zaptel/trunk/xpp/firmwares/README?rev=1424&view=auto
==============================================================================
--- trunk/xpp/firmwares/README (added)
+++ trunk/xpp/firmwares/README Wed Sep 6 16:40:06 2006
@@ -1,0 +1,19 @@
+This distribution includes the firmware files required by the Xorcom[tm]
+Astribank[tm].
+
+This distribution inlcudes just the firmware files. Be sure to use a
+zaptel distribution/package of a matching version.
+
+INSTALLATION
+""""""""""""
+run "make install" as root. (which will simply copy all the *.hex files
+to /usr/share/zaptel )
+
+USAGE
+"""""
+When the firmware files are in place everything should work
+automagically. Consult the xpp documentation included in the package
+zaptel (or the debian package zaptel) that you use for further information.
+
+
+For further information contact support at xorcom.com http://xorcom.com
Propchange: trunk/xpp/firmwares/README
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/xpp/firmwares/README
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/xpp/firmwares/README
------------------------------------------------------------------------------
svn:mime-type = text/plain
Copied: trunk/xpp/firmwares/USB_8613.hex (from r1023, trunk/xpp/utils/USB_8613.hex)
URL: http://svn.digium.com/view/zaptel/trunk/xpp/firmwares/USB_8613.hex?p2=trunk/xpp/firmwares/USB_8613.hex&p1=trunk/xpp/utils/USB_8613.hex&r1=1023&r2=1424&rev=1424&view=diff
==============================================================================
(empty)
Propchange: trunk/xpp/firmwares/USB_8613.hex
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/xpp/firmwares/USB_8613.hex
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Wed Sep 6 16:40:06 2006
@@ -1,0 +1,1 @@
+Author
Propchange: trunk/xpp/firmwares/USB_8613.hex
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the zaptel-commits
mailing list