summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
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