[ewg] [PATCH] Take ipath out of the build
Ralph Campbell
ralph.campbell at qlogic.com
Thu Jul 2 09:49:12 PDT 2009
commit 076a0993420716eed9fbbd6315793ee00c0c2a09
Author: Ralph Campbell <ralph.campbell at qlogic.com>
Date: Thu Jul 2 09:46:11 2009 -0700
OFED: Take ipath out of the build
The ipath driver is being replaced by the qib driver in this release.
This patch removes ipath from the build, a subsequent patch will add
qib.
Signed-off-by: Ralph Campbell <ralph.campbell at qlogic.com>
diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index ad16a75..a4b88c2 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -125,23 +125,6 @@ set_packages()
;;
esac
- # Ipath
- case ${arch} in
- ppc64|powerpc)
- case ${kern} in
- *2.6.16.[0-9]*-[0-9]*-[A-Za-z0-9]*|*2.6.1[7-9]*|*2.6.2[0-9]*|2.6.30)
- WITH_PACKAGES="${WITH_PACKAGES} --with-ipath_inf-mod"
- ;;
- esac
- ;;
- x86_64)
- case ${kern} in
- *2.6.9-[4-7]*|*2.6.16.[0-9]*-[0-9]*-[A-Za-z0-9]*|*2.6.1[7-9]*|*2.6.2[0-9]*|2.6.30)
- WITH_PACKAGES="${WITH_PACKAGES} --with-ipath_inf-mod"
- ;;
- esac
- ;;
- esac
# Iser
case ${kern} in
*2.6.16.*-*-*|*2.6.*.el5|*2.6.9-[6-7]*.EL*)
More information about the ewg
mailing list