From 97c67abab07a57840f95d04fadbd13b3c0f5b328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sat, 28 May 2022 12:44:37 +0200 Subject: Incorporate `hostapd`. The inclusion of `hostapd` [1] brings a lot of related changes because the build process have to extended to take the challenge. - Convert `wpa_passthru` to a more a generic services, called `uds_passthru` to deal with the control socket forwarding. It can also log the `socat` errors properly. - Make the `Makefile` more parametric therefore the virtual disk image can be customized better. - Default configurations are now moved fully to the guest's side. - Tweak the packages to be more flexible. - Document everything. [1] https://w1.fi/hostapd/ --- aports/wpa_supplicant/wpa_supplicant.confd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aports/wpa_supplicant/wpa_supplicant.confd') diff --git a/aports/wpa_supplicant/wpa_supplicant.confd b/aports/wpa_supplicant/wpa_supplicant.confd index d93fcef..c4603a3 100644 --- a/aports/wpa_supplicant/wpa_supplicant.confd +++ b/aports/wpa_supplicant/wpa_supplicant.confd @@ -1,3 +1,3 @@ wpa_supplicant_args="" wpa_supplicant_dbus=no -wpa_supplicant_conf=/media/wpa/wpa_supplicant.conf +wpa_supplicant_conf=/etc/wpa_supplicant/wpa_supplicant.conf -- cgit v1.2.3