diff options
Diffstat (limited to 'board/network.sh')
-rw-r--r-- | board/network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/network.sh b/board/network.sh index 65a5640..9c4ee85 100644 --- a/board/network.sh +++ b/board/network.sh @@ -19,7 +19,7 @@ DHCP=yes __EOF__ # Create the link to interface wlan0 directly in the system configuration - ln -sf /usr/lib/systemd/system/wpa_supplicant@.service "${TARGET_DIR}/usr/lib/systemd/system/multi-user.target.wants/wpa_supplicant@wlan0.service" + enable_service "wpa_supplicant@wlan0.service" fi |