xueliu / iwpaninfo-feed

OpenWRT/LEDE feed for iwpaninfo package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iwpaninfo-feed

OpenWRT/LEDE feed for iwpaninfo package

Table of Contents

Install

Edit your feeds.conf and add the following to it:

# iwpaninfo
src-git iwpaninfo https://github.com/xueliu/iwpaninfo-feed

Update your build environment and install the package:

$ scripts/feeds update iwpaninfo
$ scripts/feeds install iwpaninfo
$ make menuconfig

Go to Utilities, select iwpaninfo; Go to Languages --> Lua, select libiwpaninfo-lua;

Exit, save and build

$ make package/iwpaninfo/compile
$ make package/iwpaninfo/install

Contribute

Found a bug? Please create an issue on GitHub: https://github.com/xueliu/iwpaninfo-feed/issues

Further tests and PR's are welcome and appreciated.

License

GPLv2

About

OpenWRT/LEDE feed for iwpaninfo package

License:GNU General Public License v2.0


Languages

Language:Makefile 100.0%