The new tool chain for Windows 10 driver contains a inf file checker. While compiling it found the following issue: - Common.Params.reg is missing.
This patch removes the entry since it is not used, and at the moment we do not add any specific keys to the Windows registry. Signed-off-by: Alin Gabriel Serdean <[email protected]> --- datapath-windows/ovsext/ovsext.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath-windows/ovsext/ovsext.inf b/datapath-windows/ovsext/ovsext.inf index c067e72..ad98d0d 100644 --- a/datapath-windows/ovsext/ovsext.inf +++ b/datapath-windows/ovsext/ovsext.inf @@ -74,7 +74,6 @@ ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\OVSExt.sys LoadOrderGroup = NDIS Description = %OVSExt_Desc% -AddReg = Common.Params.reg [Install.Remove.Services] DelService=OVSExt,0x200 -- 2.10.2.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
