summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/firmwares/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-07 22:19:39 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-07 22:19:39 +0000
commit8fe90d4403e7bc2dce00e5e6da2e307bdf29ddd6 (patch)
treebe9eb54eed04a239ce07222a5eada67c13db1720 /drivers/dahdi/xpp/firmwares/Makefile
parentdd3a76f1d8a875cb42ea97d1bd0c04abaa8fda9b (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> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10455 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.6@10457 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:%=../%)