summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.Linux268
-rwxr-xr-xzaptel.h2
2 files changed, 6 insertions, 4 deletions
diff --git a/README.Linux26 b/README.Linux26
index e2bfc29..5d0db6c 100755
--- a/README.Linux26
+++ b/README.Linux26
@@ -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
diff --git a/zaptel.h b/zaptel.h
index 8e5ea65..c342d61 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -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>