root/luci/trunk/contrib/uci/hostfiles/etc/config/wireless @ 5290

Revision 5290, 269 bytes (checked in by jow, 4 years ago)

contrib/uci: fake an active wireless network in the shipped uci

Line 
1config wifi-device  wifi0
2    option type     atheros
3    option channel  auto
4    option disabled 0
5
6config wifi-iface
7    option device   wifi0
8    option network  lan
9    option mode ap
10    option ssid OpenWrt
11    option encryption none
12
13    # Fake active wifi
14    option ifname   ath0
15    option up       1
16
Note: See TracBrowser for help on using the browser.