From 8fb21e958bc1a300d6c7775d09c3a582da259002 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 12 Aug 2009 09:53:30 +0000 Subject: 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. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6971 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- build_tools/live_dahdi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build_tools') diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi index 5c86f15..b1ff8d6 100755 --- a/build_tools/live_dahdi +++ b/build_tools/live_dahdi @@ -70,7 +70,12 @@ set_modules_to_load() { 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) -- cgit v1.2.3