summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-05-01 21:25:31 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-05-01 21:25:31 +0000
commit22e10b25e6895f23e9c97902a0f4e8dd464fd07e (patch)
treea4765bbc996b016cbad34e6fde46cb95e5f1ae86 /README
parented11778877af241c2dca7a0c8f2d9246cd1f24aa (diff)
downloadopen-iscsi-22e10b25e6895f23e9c97902a0f4e8dd464fd07e.tar.gz
update README for compat patches
git-svn-id: svn://svn.berlios.de/open-iscsi@564 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 43e7562..a7097c4 100644
--- a/README
+++ b/README
@@ -81,13 +81,11 @@ kernel config. You also need to enable "CRC32c CRC algorithm" if
you use header or data digests. They are the kernel options,
CONFIG_CRYPTO and CONFIG_CRYPTO_CRC32C, respectively.
-For kernels 2.6.11-2.6.15 there are compatibility patches that must be
+For kernels 2.6.13-2.6.15 there are compatibility patches that must be
applied before compiling. Standing in the root of the open-iscsi source
directory the following command must be done in order to apply the patch
for your kernel:
-patch -p1 < kernel/2.6.11-compat.patch
-patch -p1 < kernel/2.6.12-compat.patch
patch -p1 < kernel/2.6.13-compat.patch
patch -p1 < kernel/2.6.14-and-2.6.15-compat.patch