diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-06-18 09:45:56 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-06-18 09:45:56 +0200 |
commit | 8e654849a088d7e2843233e90a0994829de638d0 (patch) | |
tree | 8561f04d6c94b0a54ebfe9155cf10601cc251c4a /board/network.sh | |
parent | 1ce989e2da7d00b825097cd5cf5aec5273a7ba5b (diff) |
Updated the scripts to use common fonctions
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 |