From 73015d3a9f7fcda78fb7770febdf2cace69e19a9 Mon Sep 17 00:00:00 2001 From: Adit Ranadive Date: Mon, 13 Feb 2017 11:08:17 -0800 Subject: [PATCH] install.pl: Add vmw_pvrdma to list of kernel modules Hi Vlad, This is a small patch for the install file to let vmw_pvrdma be specified in ofed.conf. Thanks, Adit --- install.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.pl b/install.pl index a6f677e..5945359 100755 --- a/install.pl +++ b/install.pl @@ -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 = ( -- 2.46.0