summaryrefslogtreecommitdiff
path: root/README.Linux26
diff options
context:
space:
mode:
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"
-