From: Vladimir Sokolovsky Date: Tue, 10 Aug 2010 07:25:37 +0000 (+0300) Subject: Add 2.6.33 support X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=90c4c8107f39ffbb0a192ced8df7e9f1bb2f04f4;p=~aditr%2Fofed_scripts.git Add 2.6.33 support Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index cd573ef..749d271 100755 --- a/install.pl +++ b/install.pl @@ -2598,7 +2598,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-2]/) { + 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]/) { 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";