contrib/uci: fake an active wireless network in the shipped uci
[project/luci.git] / contrib / uci / hostfiles / etc / config / wireless
1 config wifi-device wifi0
2 option type atheros
3 option channel auto
4 option disabled 0
5
6 config 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