]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
install.pl: Add vmw_pvrdma to list of kernel modules
authorAdit Ranadive <aditr@vmware.com>
Mon, 13 Feb 2017 19:08:17 +0000 (11:08 -0800)
committerVladimir Sokolovsky <vlad@mellanox.com>
Thu, 16 Feb 2017 13:15:11 +0000 (15:15 +0200)
Hi Vlad,

This is a small patch for the install file to let vmw_pvrdma be
specified in ofed.conf.

Thanks,
Adit

install.pl

index a6f677e64122f8112d3c44eec01f963216f87e27..5945359731eb510728ccbdd2b2ebe4976305d973 100755 (executable)
@@ -733,6 +733,9 @@ my %kernel_modules_info = (
         'ibp-debug' =>
             { name => "ibp-debug", available => 1, selected => 0,
             included_in_rpm => 0, requires => ["core", "ibp-server"], },
+        'vmw_pvrdma' =>
+            { name => "vmw_pvrdma", available => 1, selected => 0,
+            included_in_rpm => 0, requires => ["core"], },
         );
 
 my %packages_info = (