summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-11 17:47:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-11 17:47:11 +0000
commite028c69d88983fa9218080c21232c7dd2f268683 (patch)
tree9ad35cdb5679a5d87ca4406919303835683a1b47 /build_tools
parent2a9d6f2b887b9b576fef97ca3cf841de2fff60d1 (diff)
live_dahdi: just make sure we have crc_ccitt on the system.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7867 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/live_dahdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi
index 016f092..640f893 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -196,6 +196,7 @@ load)
# TODO: Find a way to use modprobe.
# Or implement a way to pass arguments to modules here (yuck)
set_modules_to_load
+ modprobe crc_ccitt || : # FIXME: Make this optional?
for module in $MODULES_LOAD; do
eval module_args="\$`basename ${module}`_ARGS"
insmod $MODULES_DIR/$module.ko $module_args