[zaptel-commits] kpfleming: branch mogorman/zaptel-1.2-transcoder
r2007 - /team/mogorman/zapte...
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Jan 29 14:19:06 MST 2007
Author: kpfleming
Date: Mon Jan 29 15:19:05 2007
New Revision: 2007
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2007
Log:
don't put lines into the modprobe file for these modules, they don't need ztcfg to be run
Modified:
team/mogorman/zaptel-1.2-transcoder/Makefile
Modified: team/mogorman/zaptel-1.2-transcoder/Makefile
URL: http://svn.digium.com/view/zaptel/team/mogorman/zaptel-1.2-transcoder/Makefile?view=diff&rev=2007&r1=2006&r2=2007
==============================================================================
--- team/mogorman/zaptel-1.2-transcoder/Makefile (original)
+++ team/mogorman/zaptel-1.2-transcoder/Makefile Mon Jan 29 15:19:05 2007
@@ -358,7 +358,7 @@
install -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
[ -f $(CONFIG_FILE) ] || install -D -m 644 zaptel.conf.sample $(CONFIG_FILE)
- build_tools/genmodconf $(BUILDVER) "$(INSTALL_PREFIX)" "$(filter-out zaptel,$(MODULES))"
+ build_tools/genmodconf $(BUILDVER) "$(INSTALL_PREFIX)" "$(filter-out zaptel ztdummy zttranscode wctc4xxp,$(MODULES))"
@if [ -d /etc/modutils ]; then \
/sbin/update-modules ; \
fi
More information about the zaptel-commits
mailing list