]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
Add 2.6.33 support
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 10 Aug 2010 07:25:37 +0000 (10:25 +0300)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 10 Aug 2010 07:25:37 +0000 (10:25 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index cd573ef512acd0d4493f82be55d5565f930410a1..749d27199b7c97506d05975f0499120fb95eceb8 100755 (executable)
@@ -2598,7 +2598,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-[0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-2]/) {
+                if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.9-89|2.6.16.60-[0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-3]/) {
                     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";