mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit 4363567448b3ab6940f68178d6c2201e681333ca
parent 8b9f3a7b4e8e055a27f98244128a80514299a4fa
Author: ccx <ccx@te2000.cz>
Date:   Fri, 22 Mar 2024 01:14:03 +0000

Fix executable path for wpa_supplicant

Diffstat:
Ms6-rc.aat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s6-rc.aat b/s6-rc.aat @@ -325,7 +325,7 @@ |start_longrun_with_logger("wpa_supplicant", "modules\nok-sysinit") |#enabled_bundle("net-all") |run_el() - /sbin/wpa_supplicant + /usr/sbin/wpa_supplicant -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf |end()