[zaptel-commits] russell: branch 1.4 r1543 - in /branches/1.4: ./ Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Mon Oct 30 23:26:31 MST 2006


Author: russell
Date: Tue Oct 31 00:26:31 2006
New Revision: 1543

URL: http://svn.digium.com/view/zaptel?rev=1543&view=rev
Log:
Merged revisions 1542 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1542 | russell | 2006-10-31 01:25:16 -0500 (Tue, 31 Oct 2006) | 3 lines

fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer,
but the committed fix is slightly modified)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/Makefile

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?rev=1543&r1=1542&r2=1543&view=diff
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Oct 31 00:26:31 2006
@@ -381,7 +381,7 @@
 		rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/{hdlc_*,syncppp}.ko; \
 	fi
 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