diff options
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/files/hostapd.config | 2 |
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. |