[dahdi-commits] tzafrir: linux/trunk r6971 -	/linux/trunk/build_tools/live_dahdi
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Wed Aug 12 04:53:33 CDT 2009
    
    
  
Author: tzafrir
Date: Wed Aug 12 04:53:30 2009
New Revision: 6971
URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6971
Log:
live_dahdi: more drivers in subdirs; voicebus
* wcb4xxp and wcte12xp should also be loaded from a subdirectory with
  their name.
* wctdm24xxp and wcte12xp depend on the voicebus driver.
Modified:
    linux/trunk/build_tools/live_dahdi
Modified: linux/trunk/build_tools/live_dahdi
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/build_tools/live_dahdi?view=diff&rev=6971&r1=6970&r2=6971
==============================================================================
--- linux/trunk/build_tools/live_dahdi (original)
+++ linux/trunk/build_tools/live_dahdi Wed Aug 12 04:53:30 2009
@@ -70,7 +70,12 @@
 			fi
 			MODULES_LOAD="$MODULES_LOAD xpp/xpp_usb"
 			;;
-		wctdm24xxp | wct4xxp | wcte12xp | wctc4xp)
+		wctdm24xxp | wcte12xp)
+			# FIXME: better automation of the voicebus
+			# dependency:
+			MODULES_LOAD="$MODULES_LOAD voicebus/dahdi_voicebus $mod/$mod"
+				;;
+		wct4xxp | wcte12xp | wctc4xp | wcb4xxp)
 			MODULES_LOAD="$MODULES_LOAD $mod/$mod"
 				;;
 		wanpipe)
    
    
More information about the dahdi-commits
mailing list