]> git.openfabrics.org - ~tnikolova/ofed_scripts/.git/commitdiff
install.pl: add 2.6.37 - 2.6.39 kernel.org support
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 22 Jun 2011 12:20:37 +0000 (15:20 +0300)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 22 Jun 2011 12:20:37 +0000 (15:20 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index d5dbb5ffcf5828c87d9578d18ac5125850cf28c3..2fe9d75b49d1d26f0f46f259fa0b601cb20fe353 100755 (executable)
@@ -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";