[2/3] hostapd: Compile with debugging messages

Message ID 20181006163630.13632-2-michael.tremer@ipfire.org
State Accepted
Commit 3f46fc15194f50dedbc39ed3bad5d20d97f983b0
Headers
Series [1/3] hostapd: Add support for 802.11ac |

Commit Message

Michael Tremer Oct. 7, 2018, 3:36 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/hostapd/config | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

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.