summaryrefslogtreecommitdiff
path: root/package/hostapd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-04-07 12:07:03 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-04-07 12:07:03 +0200
commitc3797a535bb1c353612828918ad35f068b1624e1 (patch)
tree234bce9338f0a03f3cfd0ecd03bf1c3995b99509 /package/hostapd
parent41db567455a283a26e9fda82a5da3d44288122f3 (diff)
enable debug to stdout, use 8 characters for example wpa passphrase
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/files/hostapd.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.config b/package/hostapd/files/hostapd.config
index 8ef0c6efd..a7b38a604 100644
--- a/package/hostapd/files/hostapd.config
+++ b/package/hostapd/files/hostapd.config
@@ -140,7 +140,7 @@ CONFIG_IPV6=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.