]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
install.pl: Extend support up to kernel 3.12
authorVladimir Sokolovsky <vlad@mellanox.com>
Mon, 30 Sep 2013 15:56:43 +0000 (18:56 +0300)
committerVladimir Sokolovsky <vlad@mellanox.com>
Mon, 30 Sep 2013 15:56:43 +0000 (18:56 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
install.pl

index eaddf49e3ee61e060d30c16ba7edd72090c70797..3b0e5804f5ac233dc8f4a8b01a7365e980a0bb9a 100755 (executable)
@@ -2664,7 +2664,7 @@ sub check_linux_dependencies
         if ($package =~ /compat-rdma|ib-bonding/) {
             if (not $packages_info{$package}{'rpm_exist'}) {
                 # Check that required kernel is supported
-                if ($kernel !~ /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]|2.6.40|3.[0-5]/) {
+                if ($kernel !~ /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]|2.6.40|3.[0-9]|3.1[0-2]/) {
                     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";