8000 Add quotes around the SSID and passphrase for the wifi to allow for s… · analogdevicesinc/buildroot@43dba30 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 43dba30

Browse files
DonOreganocommodo
authored andcommitted
Add quotes around the SSID and passphrase for the wifi to allow for spaces in them
Signed-off-by: Lars Hagstrom <lars@foldspace.nu>
1 parent 52c3cfd commit 43dba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/pluto/S40network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ create_system_files () {
5454
then
5555
if [ -n "$WLAN_PWD" ]
5656
then
57-
wpa_passphrase $WLAN_SSID $WLAN_PWD > /etc/wpa.conf
57+
wpa_passphrase "$WLAN_SSID" "$WLAN_PWD" > /etc/wpa.conf
5858
else
5959
echo "network={" > /etc/wpa.conf
6060< 38D8 code class="diff-text syntax-highlighted-line">
echo " ssid=\"$WLAN_SSID\"" >> /etc/wpa.conf

0 commit comments

Comments
 (0)
0