Rewrote host environment targets to work out of the box
[project/luci.git] / contrib / uci / hostfiles / etc / config / wireless
1 config wifi-device  wifi0
2         option type     atheros
3         option channel  auto
4
5         # REMOVE THIS LINE TO ENABLE WIFI:
6         option disabled 1
7
8 config wifi-iface
9         option device   wifi0
10         option network  lan
11         option mode     ap
12         option ssid     OpenWrt
13         option encryption none