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/base-layout/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'aports/base-layout/APKBUILD') diff --git a/aports/base-layout/APKBUILD b/aports/base-layout/APKBUILD index 616cfc5..8bb4724 100644 --- a/aports/base-layout/APKBUILD +++ b/aports/base-layout/APKBUILD @@ -2,7 +2,7 @@ pkgname=baselayout pkgver=3.2.0 -pkgrel=18 +pkgrel=19 pkgdesc="Base dir structure and init scripts (Alpine Linux)" url="https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout" arch="all" @@ -68,7 +68,6 @@ package() { lib/modules-load.d \ lib/sysctl.d \ media/etc \ - media/wpa \ proc \ run \ sbin \ @@ -160,7 +159,6 @@ package() { cat > "$pkgdir"/etc/fstab <<-EOF tmpfs /tmp tmpfs size=128K 0 0 config /media/etc 9p trans=virtio,ro,noatime,nodiratime,norelatime 0 0 - wpa_config /media/wpa 9p trans=virtio,rw 0 0 var /var 9p trans=virtio,rw 0 0 EOF -- cgit v1.2.3