summaryrefslogtreecommitdiff
path: root/README.Linux26
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 19:50:22 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 19:50:22 +0000
commit54047ea02884d1029d5f3dfecfe1c43791e677c8 (patch)
treee28ffa1904be57c7ccdb8801ccc174b14804c4f3 /README.Linux26
parent872bd37e9dccff49ee4954e6967426199df50503 (diff)
* Remove obsolete and misleading README.Linux26 (from r2725)
* Fix genmodconf: (from r2724) * Use shell, rather than shell-in-makefile syntax. * Supress ugly text when /lib/modules/`uname -r` doesn't exist (but we build for a different kernel) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2727 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README.Linux26')
-rw-r--r--README.Linux2614
1 files changed, 0 insertions, 14 deletions
diff --git a/README.Linux26 b/README.Linux26
deleted file mode 100644
index 2216016..0000000
--- a/README.Linux26
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-# make install
-
-Note that you will also need CRC-CCITT functions compiled
-with your kernel or as a kernel module. These can be
-selected from the "Library Routines" submenu during kernel
-configuration via "make menuconfig"
-