upd and patches
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user