From ee150663c3b6db275b11f76d29d431e079e06717 Mon Sep 17 00:00:00 2001 From: qwell Date: Fri, 17 Nov 2006 17:47:36 +0000 Subject: 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) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1615 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6f0b3a..18cba0a 100644 --- a/Makefile +++ b/Makefile @@ -155,6 +155,7 @@ MOD_DESTDIR:=zaptel 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 -- cgit v1.2.3