From: Keith Packard Date: Sun, 28 Nov 2010 06:39:31 +0000 (-0800) Subject: windows: remove some non-existent .inf file section references X-Git-Tag: 0.8~6 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=26369a92398f4ebe3fcd54ce34cebffae0cfdf07;hp=641c5373724d34c3adfcf42420a528d6bba736b9 windows: remove some non-existent .inf file section references The mfglt and VerboseResultCodes sections are not present in the .inf file, so remove refernces to them. Signed-off-by: Keith Packard --- diff --git a/telemetrum.inf b/telemetrum.inf index 54f8f020..1f4c0144 100755 --- a/telemetrum.inf +++ b/telemetrum.inf @@ -55,7 +55,7 @@ TeleTerra = "TeleTerra" [TELEMETRUM] include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection -AddReg = All, mfglt, Modem.AddReg, VerboseResultCodes, Uninstall.AddReg +AddReg = All, Modem.AddReg, Uninstall.AddReg [TELEMETRUM.HW] Include=mdmcpq.inf