From: Vladimir Sokolovsky Date: Wed, 22 Jun 2011 12:20:37 +0000 (+0300) Subject: install.pl: add 2.6.37 - 2.6.39 kernel.org support X-Git-Tag: vofed-1.5.4.1~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e4d506535218552fc0c3b94665b10ad0fc3f2e99;p=~tnikolova%2Fofed_scripts%2F.git install.pl: add 2.6.37 - 2.6.39 kernel.org support Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index d5dbb5f..2fe9d75 100755 --- a/install.pl +++ b/install.pl @@ -2609,7 +2609,7 @@ sub check_linux_dependencies if ($package =~ /kernel-ib|ib-bonding/) { if (not $packages_info{$package}{'rpm_exist'}) { # Check that required kernel is supported - if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.9-89|2.6.16.60-[A-Za-z0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-6]/) { + if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.9-89|2.6.16.60-[A-Za-z0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-9]/) { print RED "Kernel $kernel is not supported.", RESET "\n"; print BLUE "For the list of Supported Platforms and Operating Systems see", RESET "\n"; print BLUE "$CWD/docs/OFED_release_notes.txt", RESET "\n";