summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 21:40:06 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 21:40:06 +0000
commitb7bedb0c3a418c7c95f09674f97896984b506acf (patch)
tree129f819375534c60b1a84412572a58259750adff /xpp
parent392e3edc3d7e6d9f9ad1a3dee3a7efa858b9ee41 (diff)
Move firmwares to a separate subdirectory.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1424 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/firmwares/FPGA_FXS.hex (renamed from xpp/utils/FPGA_FXS.hex)0
-rw-r--r--xpp/firmwares/LICENSE.firmware (renamed from xpp/LICENSE.firmware)0
-rw-r--r--xpp/firmwares/Makefile9
-rw-r--r--xpp/firmwares/README19
-rw-r--r--xpp/firmwares/USB_1130.hex (renamed from xpp/utils/USB_1130.hex)0
-rw-r--r--xpp/firmwares/USB_8613.hex (renamed from xpp/utils/USB_8613.hex)0
6 files changed, 28 insertions, 0 deletions
diff --git a/xpp/utils/FPGA_FXS.hex b/xpp/firmwares/FPGA_FXS.hex
index d3b6c8d..d3b6c8d 100644
--- a/xpp/utils/FPGA_FXS.hex
+++ b/xpp/firmwares/FPGA_FXS.hex
diff --git a/xpp/LICENSE.firmware b/xpp/firmwares/LICENSE.firmware
index b9bb89f..b9bb89f 100644
--- a/xpp/LICENSE.firmware
+++ b/xpp/firmwares/LICENSE.firmware
diff --git a/xpp/firmwares/Makefile b/xpp/firmwares/Makefile
new file mode 100644
index 0000000..605f21c
--- /dev/null
+++ b/xpp/firmwares/Makefile
@@ -0,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)
diff --git a/xpp/firmwares/README b/xpp/firmwares/README
new file mode 100644
index 0000000..e423aa6
--- /dev/null
+++ b/xpp/firmwares/README
@@ -0,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@xorcom.com http://xorcom.com
diff --git a/xpp/utils/USB_1130.hex b/xpp/firmwares/USB_1130.hex
index 5f97b5f..5f97b5f 100644
--- a/xpp/utils/USB_1130.hex
+++ b/xpp/firmwares/USB_1130.hex
diff --git a/xpp/utils/USB_8613.hex b/xpp/firmwares/USB_8613.hex
index 424c072..424c072 100644
--- a/xpp/utils/USB_8613.hex
+++ b/xpp/firmwares/USB_8613.hex