summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-17 17:43:12 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-17 17:43:12 +0000
commit76867d9548c89797b0c6b8d1ea7e6fe167c1ece1 (patch)
tree905d2aa7d7d67d8dc48598c0b49f80fc13af980f
parent1f5d3325dceacd71d1b2297115b6e000cb51abdd (diff)
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... git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1613 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b335bc..212c02c 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ MOD_DESTDIR:=zaptel
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.