This package provides a client for the vwifi virtual WiFi system, following the setup instructions for OpenWRT x86_64. The makefile is self contained, it uses packages from OpenWRT and applies the patches suggested in the official readme for OpenWRT.
To use it just:
- Clone OpenWRT
- add the repo to the feeds.conf file
- run scripts/feeds update.a
- run scripts/feeds install.a
- run make menuconfig to enable vwifi package
- Build your image
in the host before starting the service
uci set vwifi.config.server_ip=192.168.126.187
uci set vwifi.config.mac_prefix="74:f8:f6:66"
uci set vwifi.config.enabled='1'
uci commit vwifiservice vwifi-client start