summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/firmwares/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-07 21:50:04 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-07 21:50:04 +0000
commit812d08a606027b6b1b507562db286a418f39056c (patch)
treebf765114b4e8a3f92ea8728a9b435bbef605ecfb /drivers/dahdi/xpp/firmwares/Makefile
parentc15a85433c611d0d57906a0a3efd50394c57f419 (diff)
USB_RECOV.hex: recovering from xpp hardware issues
USB_RECOV.hex, rev. 9760. It may be used to recover from certain issues of the USB controller of the Astribank (when an Astribank is not detected as such) by Support staff. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10455 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/firmwares/Makefile')
-rw-r--r--drivers/dahdi/xpp/firmwares/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/firmwares/Makefile b/drivers/dahdi/xpp/firmwares/Makefile
index 4d646dd..4969971 100644
--- a/drivers/dahdi/xpp/firmwares/Makefile
+++ b/drivers/dahdi/xpp/firmwares/Makefile
@@ -1,10 +1,11 @@
# 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
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.hex $(FPGA_FW) $(PIC_FW) $(OCT_FW)
+FIRMWARES = $(USB_FW) $(FPGA_FW) $(PIC_FW) $(OCT_FW)
PROTO_VER = 30
SCRIPTS_BASE = $(patsubst %,init_card_%_$(PROTO_VER),1 2 3 4 5)
SCRIPTS = $(SCRIPTS_BASE:%=../%)