]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
Add 2.6.3[56] support
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 9 Nov 2010 14:06:46 +0000 (16:06 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 9 Nov 2010 14:06:46 +0000 (16:06 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index b64f4e657b9469b1a2bb4230488cd2a2cd00a258..d00b30a9906bd9b4790199576f6916b4adc10b29 100755 (executable)
@@ -2608,7 +2608,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-4]/) {
+                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]/) {
                     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";