small-package/openwrt-minieap/README.md

13 lines
305 B
Markdown
Raw Normal View History

2022-03-25 09:18:46 +08:00
# minieap for OpenWrt
## Build
First download [OpenWrt SDK](https://downloads.openwrt.org/) for your device.
```sh
cd /path/to/your/sdk
git clone https://github.com/ysc3839/openwrt-minieap.git package/minieap
make menuconfig # choose `minieap` in section `Network`
make package/minieap/compile V=s
```