From a3154403a3fcae1cffd1308df3fbb7f0a7d5f215 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Mon, 30 Sep 2013 18:56:43 +0300 Subject: [PATCH] install.pl: Extend support up to kernel 3.12 Signed-off-by: Vladimir Sokolovsky --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index eaddf49..3b0e580 100755 --- a/install.pl +++ b/install.pl @@ -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"; -- 2.41.0