[svn-commits] fjoe: freebsd/trunk r9174 - in /freebsd/trunk/freebsd: ./ dahdi-fw-tc400m.bin/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Aug 22 10:06:39 CDT 2010
Author: fjoe
Date: Sun Aug 22 10:06:35 2010
New Revision: 9174
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9174
Log:
Add tc400m firmware driver.
Added:
freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/
freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile (with props)
Modified:
freebsd/trunk/freebsd/Makefile
Modified: freebsd/trunk/freebsd/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile?view=diff&rev=9174&r1=9173&r2=9174
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Sun Aug 22 10:06:35 2010
@@ -26,13 +26,17 @@
SUBDIR+=\
wcfxo\
wctdm\
- wctdm24xxp
+ wctdm24xxp\
+ dahdi-fw-hx8.bin\
+ ${_dahdi_vpmadt032_loader}
# E1/T1 cards
SUBDIR+=\
wct4xxp\
wcte11xp\
- wcte12xp
+ wcte12xp\
+ dahdi-fw-oct6114-064.bin\
+ dahdi-fw-oct6114-128.bin
# ISDN cards
SUBDIR+=\
@@ -40,14 +44,8 @@
# Transcoding cards
SUBDIR+=\
- wctc4xxp
-
-# firmware drivers
-SUBDIR+=\
- dahdi-fw-hx8.bin\
- dahdi-fw-oct6114-064.bin\
- dahdi-fw-oct6114-128.bin\
- ${_dahdi_vpmadt032_loader}
+ wctc4xxp\
+ dahdi-fw-tc400m.bin
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
_dahdi_vpmadt032_loader= dahdi_vpmadt032_loader
Added: freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile?view=auto&rev=9174
==============================================================================
--- freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile (added)
+++ freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile Sun Aug 22 10:06:35 2010
@@ -1,0 +1,13 @@
+# $Id$
+
+KMOD= dahdi-fw-tc400m.bin
+FIRMWS= dahdi-fw-tc400m.bin:dahdi-fw-tc400m.bin
+TARBALL= dahdi-fw-tc400m-${TC400M_VERSION}.tar.gz
+CLEANFILES= dahdi-fw-tc400m.bin ${TARBALL}
+
+dahdi-fw-tc400m.bin:
+ ${FETCH} -m ${FIRMWARE_URL}/${TARBALL}
+ ${TAR} xvfz ${TARBALL}
+
+.include "../../firmware.mk"
+.include <bsd.kmod.mk>
Propchange: freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: freebsd/trunk/freebsd/dahdi-fw-tc400m.bin/Makefile
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the svn-commits
mailing list