summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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