[zaptel-commits] qwell: branch 1.2 r1613 - /branches/1.2/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Fri Nov 17 10:43:13 MST 2006
Author: qwell
Date: Fri Nov 17 11:43:12 2006
New Revision: 1613
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1613
Log:
Fix an issue (8071) where wct4xxp wasn't being put into /etc/modprobe.d/zaptel (or similar).
There should be no reason that adding wct4xxp to the MODULES variable at this point in the
Makefile, would cause any harm. Somebody please correct me if I'm wrong...
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=1613&r1=1612&r2=1613
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Nov 17 11:43:12 2006
@@ -119,6 +119,7 @@
obj-m:=$(MODULESO)
obj-m+=wct4xxp/
+MODULES+=wct4xxp
# Also build xpp in the subdirectory xpp/ . But only for >=2.6.10 and only
# for i386. On other archs the module will probably build but panic.
More information about the zaptel-commits
mailing list