summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-08-12 09:53:30 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-08-12 09:53:30 +0000
commit8fb21e958bc1a300d6c7775d09c3a582da259002 (patch)
tree53e83c6d764f8c2136c42f68f6d318dfdafb9892 /build_tools
parent47f758cd53b42eccdaeb008ff389ac6ef6c210b8 (diff)
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
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/live_dahdi7
1 files changed, 6 insertions, 1 deletions
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)