[zaptel-commits] russell: branch 1.2 r1542 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Mon Oct 30 23:25:17 MST 2006


Author: russell
Date: Tue Oct 31 00:25:16 2006
New Revision: 1542

URL: http://svn.digium.com/view/zaptel?rev=1542&view=rev
Log:
fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer,
but the committed fix is slightly modified)

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1542&r1=1541&r2=1542&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Tue Oct 31 00:25:16 2006
@@ -328,7 +328,7 @@
 	done; \
 	$(KMAKE_INST);
 else
-	for x in $(MODULESO); do \
+	for x in $(MODULESO) wct4xxp/wct4xxp.o; do \
 		install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \
 	done;
 endif



More information about the zaptel-commits mailing list