[ewg] [PATCH 1/3 VNIC] Change build_ofa_kernel.sh for VNIC name change and add RHEL 5 support

Ramachandra K ramachandra.kuchimanchi at qlogic.com
Thu Sep 6 09:24:04 PDT 2007


Rename vnic to qlgc_vnic and add support for RHEL5

From: Poornima Kamath <poornima.kamath at qlogic.com>
Signed-off-by: Ramachandra K <ramachandra.kuchimanchi at qlogic.

---

 build_ofa_kernel.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index 6cb4c64..8c4b5fe 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -141,8 +141,8 @@ set_packages()
 
         # Vnic
         case ${kern} in
-                *2.6.19*|*2.6.9-34*|*2.6.9-42*|*2.6.16.*-*-*)
-                WITH_PACKAGES="${WITH_PACKAGES} --with-vnic-mod"
+                *2.6.19*|*2.6.9-34*|*2.6.9-42*|*2.6.16.*-*-*|2.6.18*)
+                WITH_PACKAGES="${WITH_PACKAGES} --with-qlgc_vnic-mod"
                 ;;
         esac
 



More information about the ewg mailing list