[ewg] ib-bonding release 4
Moni Shoua
monisonlists at gmail.com
Wed Mar 28 08:01:17 PDT 2007
Vladimir Sokolovsky wrote:
> Should OFED-1.2 installation scripts be updated?
> If yes, please send me the patch to ofed_1_2_scripts.git
Hi,
See below an update to support RHEL5 and RH4-UP4
Thanks
- MoniS
------------------------------------------------------------
diff --git a/build_env.sh b/build_env.sh
index 7752073..acbe58a 100644
--- a/build_env.sh
+++ b/build_env.sh
@@ -217,7 +217,7 @@ esac
# Add bonding support for RH4.0U3 and SLES10
case ${K_VER} in
- 2.6.16.*-*-*|2.6.9-34.EL*)
+ 2.6.16.*-*-*|2.6.9-34.EL*|2.6.9-42.EL*|2.6.18-*.*)
IB_ALL_PACKAGES="$IB_ALL_PACKAGES ib-bonding"
;;
esac
@@ -2032,7 +2032,7 @@ set_package_deps()
ib_bonding)
# Add bonding support for RH4.0U3 and SLES10
case ${K_VER} in
- 2.6.16.*-*-*|2.6.9-34.EL*)
+ 2.6.16.*-*-*|2.6.9-34.EL*|2.6.9-42.EL*|2.6.18-*.*)
EXTRA_PACKAGES=$(echo "$EXTRA_PACKAGES ib-bonding" | tr -s ' ' '\n' | sort -n | uniq)
;;
*)
More information about the ewg
mailing list