Files
AeroPkg/assets/var/gnu/hostap/hostapd.md

13 lines
201 B
Markdown
Raw Normal View History

2026-09-10 16:59:11 +03:00
hostap/hostapd 2.12
=
https://git.w1.fi/hostap.git
``` sh *** build ***
cd hostapd
cp defconfig .config
make
make install BINDIR=/pkg/gnu/hostap/hostapd/bin
mkdir -p ../etc
cp hostapd.conf ../etc
```