Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.03 KB

File metadata and controls

39 lines (28 loc) · 1.03 KB

vwifi OpenWRT package (Raizo62/vwifi)

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.

Build your image with this package

To use it just:

  1. Clone OpenWRT
  2. add the repo to the feeds.conf file

src-git vwifi https://github.com/javierbrk/vwifi_cli_package.git

  1. run scripts/feeds update -a
  2. run scripts/feeds install -a
  3. run make menuconfig to enable vwifi package
  4. Build your image

Configure

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 vwifi
service vwifi-client start

References