Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysc3839/luci-proto-minieap
https://github.com/ysc3839/luci-proto-minieap
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysc3839/luci-proto-minieap
- Owner: ysc3839
- License: gpl-3.0
- Created: 2019-03-01T05:10:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T02:15:28.000Z (about 2 years ago)
- Last Synced: 2023-03-01T12:46:06.468Z (over 1 year ago)
- Language: Lua
- Size: 18.6 KB
- Stars: 38
- Watchers: 2
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luci-proto-minieap
LuCI support for MiniEAP## Build
First download [OpenWrt SDK](https://downloads.openwrt.org/) for your device.
```sh
cd /path/to/your/sdk
./scripts/feeds update luci
./scripts/feeds install -a
git clone https://github.com/ysc3839/luci-proto-minieap.git package/luci-proto-minieap
make menuconfig # choose `luci-proto-minieap` in section `LuCI` -> `Protocols`
make package/luci-proto-minieap/compile V=s
```