From 3f46fc15194f50dedbc39ed3bad5d20d97f983b0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 Oct 2018 17:36:29 +0100 Subject: [PATCH] hostapd: Compile with debugging messages 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 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. -- 2.39.2