summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-31 06:27:23 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-31 06:27:23 +0000
commit15eb19afe3cbe114092a86b7d20825e21274a731 (patch)
tree5b09ed4e6c285506fdc061c6fc006d23da9e89aa /Makefile
parentcf0871771a9030c452f707b1e62db7b7b6ac3403 (diff)
Merged revisions 1543 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1543 | russell | 2006-10-31 01:26:31 -0500 (Tue, 31 Oct 2006) | 11 lines 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) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1544 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb4da66..0a39e99 100644
--- a/Makefile
+++ b/Makefile
@@ -381,7 +381,7 @@ ifeq ($(BUILDVER),linux26)
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