Skip to content

Commit b11632c

Browse files
committed
config/network/wpa_supplicant: use the default wpa_supplicant conf
to reduce confusion and make it easier to type out, just append it to the default conf file
1 parent ddd95d3 commit b11632c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/network/wpa_supplicant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use WPA-PSK, generate a pre-shared key with
2424
output to the relevant `wpa_supplicant.conf` file:
2525

2626
```
27-
# wpa_passphrase <MYSSID> <passphrase> >> /etc/wpa_supplicant/wpa_supplicant-<device_name>.conf
27+
# wpa_passphrase <MYSSID> <passphrase> >> /etc/wpa_supplicant/wpa_supplicant.conf
2828
```
2929

3030
## WPA-EAP

0 commit comments

Comments
 (0)