[ovs-dev] [PATCH 3/5] datapath-windows: Remove unused section from driver inf

Alin Serdean aserdean at cloudbasesolutions.com
Mon Dec 5 15:39:56 UTC 2016


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 <aserdean at cloudbasesolutions.com>
---
 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


More information about the dev mailing list