[zaptel-commits] qwell: branch 1.4 r1615 - /branches/1.4/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Fri Nov 17 10:47:37 MST 2006
Author: qwell
Date: Fri Nov 17 11:47:36 2006
New Revision: 1615
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1615
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...
(Fix is slightly different from 1.2)
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=1615&r1=1614&r2=1615
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Nov 17 11:47:36 2006
@@ -155,6 +155,7 @@
obj-m:=$(MODULESO)
ifeq ($(findstring wct4xxp,$(MENUSELECT_MODULES)),)
obj-m+=wct4xxp/
+MODULES+=wct4xxp
endif
# Set this to override hotplug firmware loading and revert to classic header
More information about the zaptel-commits
mailing list