From 8e654849a088d7e2843233e90a0994829de638d0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 18 Jun 2025 09:45:56 +0200 Subject: Updated the scripts to use common fonctions --- board/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/network.sh') 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 -- cgit v1.2.3