From: Michael Tremer Date: Sat, 6 Oct 2018 16:36:29 +0000 (+0100) Subject: hostapd: Compile with debugging messages X-Git-Tag: v2.21-core125~53 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=3f46fc15194f50dedbc39ed3bad5d20d97f983b0 hostapd: Compile with debugging messages Signed-off-by: Michael Tremer --- diff --git a/config/hostapd/config b/config/hostapd/config index c3672c5242..66ebbf1ce3 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -152,8 +152,7 @@ CONFIG_IEEE80211AC=y # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debugging # code is not needed. -CONFIG_NO_STDOUT_DEBUG=y - +#CONFIG_NO_STDOUT_DEBUG=y # Add support for writing debug log to a file: -f /tmp/hostapd.log # Disabled by default.