From: Vladimir Sokolovsky Date: Mon, 15 Oct 2007 13:35:33 +0000 (+0200) Subject: Add OFA_KERNEL_PARAMS support for backward compatibility. X-Git-Tag: vofed-1.3-beta1~42 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=21c476f1a71b1295c8149b6d061554c8fc788ab0;p=~tnikolova%2Fofed_scripts%2F.git Add OFA_KERNEL_PARAMS support for backward compatibility. Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index 12552da..a5f9092 100755 --- a/install.pl +++ b/install.pl @@ -1865,7 +1865,7 @@ sub select_packages next; } - if ($package eq "kernel_configure_options") { + if ($package eq "kernel_configure_options" or $package eq "OFA_KERNEL_PARAMS") { $kernel_configure_options = $selected; next; }