diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-20 02:23:06 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-20 02:23:06 +0300 |
commit | b49ce501c6e3e8a3129ad022bc8635e24dbfadc8 (patch) | |
tree | ac67d5f3d06a21d3303a65509eb1097c2c5df781 | |
parent | Drop old versions (diff) | |
download | sci-b49ce501c6e3e8a3129ad022bc8635e24dbfadc8.tar.gz sci-b49ce501c6e3e8a3129ad022bc8635e24dbfadc8.tar.bz2 sci-b49ce501c6e3e8a3129ad022bc8635e24dbfadc8.zip |
add support for OFED-1.4.1-rc2
-rw-r--r-- | eclass/openib.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/openib.eclass b/eclass/openib.eclass index 70ed99616..aeb3ecc34 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -24,9 +24,12 @@ SLOT="0" # Defines OFED package suffix eg -1.ofed1.4 case ${OFED_VER} in - 1.4*) + 1.4) SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-1.4/OFED-1.4.tgz" ;; + 1.4.1-rc2) + SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-1.4.1/OFED-1.4.1-rc2.tgz" + ;; esac case ${PN} in |