diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-04-07 12:07:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-04-07 12:07:03 +0200 |
commit | c3797a535bb1c353612828918ad35f068b1624e1 (patch) | |
tree | 234bce9338f0a03f3cfd0ecd03bf1c3995b99509 | |
parent | 41db567455a283a26e9fda82a5da3d44288122f3 (diff) |
enable debug to stdout, use 8 characters for example wpa passphrase
-rw-r--r-- | package/base-files/src/etc/network/interfaces | 2 | ||||
-rw-r--r-- | package/hostapd/files/hostapd.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/src/etc/network/interfaces b/package/base-files/src/etc/network/interfaces index dbde94b80..80a51f145 100644 --- a/package/base-files/src/etc/network/interfaces +++ b/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 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. |