]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
Updated list of supported kernels
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 30 Jun 2009 14:18:08 +0000 (17:18 +0300)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 30 Jun 2009 14:18:08 +0000 (17:18 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index 3a7876182583b67d66aea1c731e74de2a23a1c10..1d44543eb1b3723c448b817846f5d93d9a7a7696 100755 (executable)
@@ -2559,7 +2559,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-42|2.6.9-55|2.6.9-67|2.6.9-78|2.6.1[6-9]|2.6.2[0-7]/) {
+                if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.16.60-[0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.30/) {
                     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";