From dddb78e08c2b328d5114979896dfa28b146d7db9 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 30 Jun 2009 17:18:08 +0300 Subject: [PATCH] Updated list of supported kernels Signed-off-by: Vladimir Sokolovsky --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 3a78761..1d44543 100755 --- a/install.pl +++ b/install.pl @@ -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"; -- 2.41.0