[ewg] [PATCH 10/10 VNIC] Enable building VNIC on RHEL 5
Ramachandra K
ramachandra.kuchimanchi at qlogic.com
Tue Aug 21 07:27:17 PDT 2007
Modifiy build_env.sh to add RHEL 5 in the list of kernels supported by VNIC.
From: Poornima Kamath <poornima.kamath at qlogic.com>
Signed-off-by: Ramachandra K <ramachandra.kuchimanchi at qlogic.com>
---
build_env.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build_env.sh b/build_env.sh
index 71e26fc..8c4acd4 100644
--- a/build_env.sh
+++ b/build_env.sh
@@ -142,7 +142,7 @@ esac
# Vnic
case ${K_VER} in
- 2.6.9-34*|2.6.9-42*|2.6.9-55*|2.6.16.*-*-*|2.6.19*)
+ 2.6.9-34*|2.6.9-42*|2.6.9-55*|2.6.16.*-*-*|2.6.19*|2.6.18*)
IB_KERNEL_PACKAGES="${IB_KERNEL_PACKAGES} vnic"
;;
esac
@@ -2004,7 +2004,7 @@ set_package_deps()
;;
vnic)
case ${K_VER} in
- 2.6.19*|2.6.9-34*|2.6.9-42*|2.6.9-55*|2.6.16.*-*-*)
+ 2.6.19*|2.6.9-34*|2.6.9-42*|2.6.9-55*|2.6.16.*-*-*|2.6.18*)
OFA_KERNEL_PACKAGES=$(echo "$OFA_KERNEL_PACKAGES ib_verbs ${ll_driver} vnic" | tr -s ' ' '\n' | sort -n | uniq)
OFA_PACKAGES=$(echo "$OFA_PACKAGES kernel-ib" | tr -s ' ' '\n' | sort -n | uniq)
;;
More information about the ewg
mailing list