[zaptel-commits] tzafrir: branch 1.2 r2221 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Feb 23 17:34:42 MST 2007


Author: tzafrir
Date: Fri Feb 23 18:34:42 2007
New Revision: 2221

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2221
Log:
xpp_usb should not ever get modprobe ztcfg auto install rules.
For ztdynamic it is just pointless.

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2221&r1=2220&r2=2221
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Feb 23 18:34:42 2007
@@ -380,7 +380,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 ztdummy zttranscode wctc4xxp,$(MODULES)) $(MODULE_ALIASES)"
+	build_tools/genmodconf $(BUILDVER) "$(INSTALL_PREFIX)" "$(filter-out zaptel ztdummy zttranscode wctc4xxp ztdynamic xpp_usb,$(MODULES)) $(MODULE_ALIASES)"
 	@if [ -d /etc/modutils ]; then \
 		/sbin/update-modules ; \
 	fi



More information about the zaptel-commits mailing list