From 6d9e19386d267300c1f9e2a00ce9e037dd981a36 Mon Sep 17 00:00:00 2001 From: Tziporet Koren Date: Tue, 15 Jan 2008 16:30:40 +0200 Subject: [PATCH] removed user option from teh ofed_patch script Signed-off-by: Tziporet Koren --- OFED_tips.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/OFED_tips.txt b/OFED_tips.txt index 262ab04..84d4ffb 100644 --- a/OFED_tips.txt +++ b/OFED_tips.txt @@ -319,18 +319,20 @@ documentation (e.g. linux-2.6.20/Documentation/kbuild/modules.txt). If there is a need to add or delete a patch to OFED package one should use the ofed_patch.sh script, that is available under the docs directory. +This script supports kernel sources only. + Usage: Add patch to OFED: ofed_patch.sh --add --ofed|-o --patch|-p - --type|-t |addons > + --type|-t |addons > Remove patch from OFED: ofed_patch.sh --remove --ofed|-o --patch|-p - --type|-t |addons > + --type|-t |addons > Examples: ofed_patch.sh --add --ofed /tmp/OFED-1.3/ --patch /tmp/cma_fix.patch --type kernel -- 2.41.0