From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/3] hostapd: Compile with debugging messages Date: Sat, 06 Oct 2018 17:36:29 +0100 Message-ID: <20181006163630.13632-2-michael.tremer@ipfire.org> In-Reply-To: <20181006163630.13632-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2631874263641086630==" List-Id: --===============2631874263641086630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/hostapd/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hostapd/config b/config/hostapd/config index c3672c524..66ebbf1ce 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -152,8 +152,7 @@ CONFIG_IEEE80211AC=3Dy # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debuggi= ng # code is not needed. -CONFIG_NO_STDOUT_DEBUG=3Dy - +#CONFIG_NO_STDOUT_DEBUG=3Dy =20 # Add support for writing debug log to a file: -f /tmp/hostapd.log # Disabled by default. --=20 2.12.2 --===============2631874263641086630==--