Fedora 15 has released a 3.0 kernel but is calling it 2.6.40 to avoid compatability issues with components expecting a 2.6.* kernel.
Signed-off-by: Shawn Bohrer <[email protected]> --- ofed_scripts/get_backport_dir.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ofed_scripts/get_backport_dir.sh b/ofed_scripts/get_backport_dir.sh index fcae136..deb474d 100755 --- a/ofed_scripts/get_backport_dir.sh +++ b/ofed_scripts/get_backport_dir.sh @@ -213,7 +213,7 @@ get_backport_dir() 2.6.39*) echo 2.6.39 ;; - 3.0*) + 3.0* | 2.6.40*) echo 3.0 ;; *) -- 1.7.6 --------------------------------------------------------------- This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you. _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
