Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- 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=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.