summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 14:08:42 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 14:08:42 +0000
commit09968725886e0b715930dab56057ca449d098740 (patch)
treee15d332d9411ff83656e7505657f1c4b6e8d13d2
parentbe8f01ad196798eb94660ac887e1593821226897 (diff)
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) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@429 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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>