root/ff-luci/trunk/contrib/uci/hostfiles/etc/config/wireless @ 2658

Revision 2658, 250 bytes (checked in by Cyrus, 5 years ago)

Rewrote host environment targets to work out of the box

Line 
1config wifi-device  wifi0
2    option type     atheros
3    option channel  auto
4
5    # REMOVE THIS LINE TO ENABLE WIFI:
6    option disabled 1
7
8config wifi-iface
9    option device   wifi0
10    option network  lan
11    option mode ap
12    option ssid OpenWrt
13    option encryption none
Note: See TracBrowser for help on using the browser.