mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Simplified OFED installation instructions.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1294 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -58,9 +58,8 @@ Remove any distro-provided InfiniBand drivers:
|
||||
Now locate the file Makefile.lib and patch it such that it supports
|
||||
the variable PRE_CFLAGS:
|
||||
|
||||
find /lib/modules/$(uname -r)/build/ -name Makefile.lib
|
||||
cd ...
|
||||
patch -p0 < ${SCST_DIR}/srpt/patches/kernel-${KV}-scripts-Makefile.lib.patch
|
||||
cd $(dirname $(find /lib/modules/$(uname -r)/build/ -name Makefile.lib))
|
||||
patch -p1 < ${SCST_DIR}/srpt/patches/kernel-${KV}-scripts-Makefile.lib.patch
|
||||
|
||||
Next, download and install the OFED package. Make sure to disable
|
||||
OFED's SRP target driver (srpt=n) and to enable at least the
|
||||
|
||||
Reference in New Issue
Block a user