summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-12 18:15:03 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-12 18:15:03 +0000
commite765b5118a544381e0d3a02499cad56b0d4ee15f (patch)
treea479f27546742e9a30203be500b046f0c1066de6 /drivers/dahdi/xpp
parentcf34432d20c792b52213b8758d5e6936f05a48fc (diff)
xpp: install Octasic frmware if it's there
If the OCT6104E-256D.ima Octasic firmware was downloaded to the build directory, install it over with the rest of the firmware files. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10038 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp')
-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 2ceb36a..4d646dd 100644
--- a/drivers/dahdi/xpp/firmwares/Makefile
+++ b/drivers/dahdi/xpp/firmwares/Makefile
@@ -3,7 +3,8 @@
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
-FIRMWARES = USB_FW.hex $(FPGA_FW) $(PIC_FW)
+OCT_FW = $(wildcard OCT6104E-256D.ima)
+FIRMWARES = USB_FW.hex $(FPGA_FW) $(PIC_FW) $(OCT_FW)
PROTO_VER = 30
SCRIPTS_BASE = $(patsubst %,init_card_%_$(PROTO_VER),1 2 3 4 5)
SCRIPTS = $(SCRIPTS_BASE:%=../%)