Kaynağa Gözat

enable debug to stdout, use 8 characters for example wpa passphrase

Waldemar Brodkorb 12 yıl önce
ebeveyn
işleme
c3797a535b

+ 1 - 1
package/base-files/src/etc/network/interfaces

@@ -53,7 +53,7 @@ iface eth0 inet dhcp
 #  wireless-channel 8
 #  wireless-mode ap
 #  wireless-security wpa2
-#  wireless-passphrase xxxxxx
+#  wireless-passphrase xxxxxxxx
 ##
 
 # for more special cases see: http://www.openadk.org/doku.php?id=network

+ 1 - 1
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.