From b49ce501c6e3e8a3129ad022bc8635e24dbfadc8 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Fri, 20 Mar 2009 02:23:06 +0300 Subject: add support for OFED-1.4.1-rc2 --- eclass/openib.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass/openib.eclass') 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 -- cgit v1.2.3-65-gdbad