[svn-commits] fjoe: freebsd/trunk r9140 - /freebsd/trunk/freebsd/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Aug 15 11:46:57 CDT 2010
Author: fjoe
Date: Sun Aug 15 11:46:53 2010
New Revision: 9140
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9140
Log:
Re-group HW drivers.
Modified:
freebsd/trunk/freebsd/Makefile
Modified: freebsd/trunk/freebsd/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile?view=diff&rev=9140&r1=9139&r2=9140
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Sun Aug 15 11:46:53 2010
@@ -22,15 +22,25 @@
dahdi_echocan_sec\
dahdi_echocan_sec2
-# HW drivers
+# FXO/FXS analog and hybrid cards
SUBDIR+=\
- wcb4xxp\
wcfxo\
+ wctdm\
+ wctdm24xxp
+
+# E1/T1 cards
+SUBDIR+=\
wct4xxp\
- wctdm\
- wctdm24xxp\
wcte11xp\
wcte12xp
+
+# ISDN cards
+SUBDIR+=\
+ wcb4xxp
+
+# Transcoding cards
+#SUBDIR+=\
+# wctc4xxp
# firmware drivers
SUBDIR+=\
More information about the svn-commits
mailing list