[git commit] examples: wpa_supplicant.conf has a wrong field deleted in examples

Denys Vlasenko vda.linux at googlemail.com
Mon Sep 26 18:47:17 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 examples/var_service/supplicant_if/wpa_supplicant.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/var_service/supplicant_if/wpa_supplicant.conf b/examples/var_service/supplicant_if/wpa_supplicant.conf
index 5fc96b4..e317e2e 100644
--- a/examples/var_service/supplicant_if/wpa_supplicant.conf
+++ b/examples/var_service/supplicant_if/wpa_supplicant.conf
@@ -14,9 +14,9 @@ network={
 #    key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
 #    pairwise=CCMP TKIP
 #    group=CCMP TKIP WEP104 WEP40
-#    psk="very secret passphrase"
 #    eap=TTLS PEAP TLS
 #    identity="user at example.com"
+#    password="foobar"
 #    ca_cert="/etc/cert/ca.pem"
 #    client_cert="/etc/cert/user.pem"
 #    private_key="/etc/cert/user.prv"


More information about the busybox-cvs mailing list