upd and patches

This commit is contained in:
2026-07-22 04:29:56 +03:00
parent 2be695fa6a
commit c6dcbc1ca5
90 changed files with 1688 additions and 91 deletions

View File

@ -1,3 +1,27 @@
wpa_supplicant 2.12
=
https://git.w1.fi/hostap.git
``` sh *** build ***
cd wpa_supplicant
cp defconfig .config
make
make install \
SBINDIR=/pkg/gnu/wpa_supplicant/sbin \
BINDIR=/pkg/gnu/wpa_supplicant/bin \
CONFDIR=/pkg/gnu/wpa_supplicant/etc \
DBUSDIR=/pkg/gnu/wpa_supplicant/share/dbus-1/system.d \
LIBDIR=/pkg/gnu/wpa_supplicant/lib \
MANDIR=/pkg/gnu/wpa_supplicant/share/man
```
``` sh *** config ***
mkdir -p /pkg/gnu/wpa_supplicant/run
sed -i 's|^ctrl_interface=.*|ctrl_interface=/pkg/gnu/wpa_supplicant/run|' /pkg/gnu/wpa_supplicant/etc/wpa_supplicant.conf
```
``` cfg *** build deps ***
libnl
dbus
openssl
```