]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
Add SLES10 SP4 support
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 5 Oct 2010 10:42:33 +0000 (12:42 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 5 Oct 2010 10:42:33 +0000 (12:42 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index 7d0528caec99bc74252c0b3506debac7cef544c7..93b97ed72604949c9d2280555cca82b266de0bb4 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-[0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-3]/) {
+                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-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";