summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/firmwares/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-18 19:00:04 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-18 19:00:04 +0000
commit48c8faef3154090c8f2cd6d6c4b9d124ea3a12ef (patch)
treeaffff63104fcdb0e3ec902709d6001fad3264e6a /drivers/dahdi/xpp/firmwares/Makefile
parent382699d16a6a5bd4dc63758752b54d668ad6bb23 (diff)
xpp: firmwares to support E-Main 4
USB firmware (USB_FW.201.hex 10402) and FPGA firmware (FPGA_1161.201.hex 10480) with support of the new E-Main 4 Astribank mainboard. (This was accidentally labeled as 'E-Main 3' in some previous commit messages) Also includes Makefile fixes from r10536. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10535 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.6@10538 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/firmwares/Makefile')
-rw-r--r--drivers/dahdi/xpp/firmwares/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/firmwares/Makefile b/drivers/dahdi/xpp/firmwares/Makefile
index 4969971..ea886e7 100644
--- a/drivers/dahdi/xpp/firmwares/Makefile
+++ b/drivers/dahdi/xpp/firmwares/Makefile
@@ -1,8 +1,9 @@
# Install firmwares and initialization scripts for the Astribank
# drivers
-USB_FW = USB_FW.hex USB_RECOV.hex
-FPGA_FW = FPGA_FXS.hex FPGA_1141.hex FPGA_1151.hex FPGA_1161.hex
+USB_FW = USB_FW.hex USB_FW.201.hex USB_RECOV.hex
+FPGA_FW = FPGA_FXS.hex FPGA_1141.hex FPGA_1151.hex FPGA_1161.hex \
+ FPGA_1161.201.hex
PIC_FW = PIC_TYPE_1.hex PIC_TYPE_2.hex PIC_TYPE_3.hex PIC_TYPE_4.hex
OCT_FW = $(wildcard OCT6104E-256D.ima)
FIRMWARES = $(USB_FW) $(FPGA_FW) $(PIC_FW) $(OCT_FW)