[zaptel-commits] kpfleming: branch 1.2 r2102 -
/branches/1.2/Makefile.kernel26
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Feb 7 12:52:09 MST 2007
Author: kpfleming
Date: Wed Feb 7 13:52:08 2007
New Revision: 2102
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2102
Log:
correct comment
Modified:
branches/1.2/Makefile.kernel26
Modified: branches/1.2/Makefile.kernel26
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile.kernel26?view=diff&rev=2102&r1=2101&r2=2102
==============================================================================
--- branches/1.2/Makefile.kernel26 (original)
+++ branches/1.2/Makefile.kernel26 Wed Feb 7 13:52:08 2007
@@ -1,8 +1,8 @@
obj-m := $(MODULESO)
obj-m += wct4xxp/ wctc4xxp/
-# 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.
+# Also build xpp in the subdirectory xpp/ . But only for >=2.6.9 and only
+# for i386. On other arches the module will probably build but panic.
ifneq (,$(shell [ 0$(SUBLEVEL) -ge 8 ] && [ "$(ARCH)" = 'i386' ] && echo 1))
obj-m += xpp/
More information about the zaptel-commits
mailing list