summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-18 15:35:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-18 15:35:11 +0000
commit41d3b9ba2191e598106c9081b4acd03458af03e3 (patch)
tree9e4939bbff9d14f4b6247fdde1ecf5f4bdbfe3d0
parent8590a1c2b6f77368a0d2b636dcf6437b2d0d2c5f (diff)
xpp: also install the new .201 fixrmware files
The Makefile changes needed to install the two new files. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10536 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-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)