From c3797a535bb1c353612828918ad35f068b1624e1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Apr 2012 12:07:03 +0200 Subject: enable debug to stdout, use 8 characters for example wpa passphrase --- package/base-files/src/etc/network/interfaces | 2 +- 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. -- cgit v1.2.3