[Asterisk-cvs] zaptel README.Linux26,1.2,1.3 zaptel.h,1.33,1.34

malcolmd at lists.digium.com malcolmd at lists.digium.com
Wed Jun 30 10:22:51 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv24619

Modified Files:
	README.Linux26 zaptel.h 
Log Message:
Bug # 1954: Looks like you don't need to compile against the 
kernel sources anymore.  Also comment out the DEVFS compile 
warning for post 2.4 systems running DEVFS (Gentoo)


Index: README.Linux26
===================================================================
RCS file: /usr/cvsroot/zaptel/README.Linux26,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.Linux26	11 Jan 2004 17:05:32 -0000	1.2
+++ README.Linux26	30 Jun 2004 14:08:42 -0000	1.3
@@ -1,6 +1,8 @@
-To build for Linux 2.6, first you must be sure that you have a 
-symlink to your linux-2.6 sources in /usr/src/linux-2.6 and then you 
-can type:
+To build for Linux 2.6, first you must be sure that you have a
+symlink to your linux-2.6 sources in /usr/src/linux-2.6.  The 2.6
+kernel no longer needs the full sourcecode to build against it.  You
+can create the symlink to /lib/modules/`uname -r`/build/ and then 
+you can type:
 
 # make linux26
 # make install

Index: zaptel.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- zaptel.h	29 Jun 2004 04:27:14 -0000	1.33
+++ zaptel.h	30 Jun 2004 14:08:42 -0000	1.34
@@ -52,7 +52,7 @@
 #include <linux/devfs_fs_kernel.h>
 #else
 #undef CONFIG_DEVFS_FS
-#warning "Zaptel doesn't support DEVFS in post 2.4 kernels.  Disabling DEVFS in zaptel"
+//#warning "Zaptel doesn't support DEVFS in post 2.4 kernels.  Disabling DEVFS in zaptel"
 #endif
 #endif /* CONFIG_DEVFS_FS */
 #include <linux/ioctl.h>




More information about the svn-commits mailing list