summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/wireless
blob: 4895797dbcad8b8fc0a0efd9cfb56b719e1d1f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config wifi-device  wifi0
	option type     atheros
	option channel  auto

	# REMOVE THIS LINE TO ENABLE WIFI:
	option disabled 1

config wifi-iface
	option device	wifi0
	option network	lan
	option mode	ap
	option ssid	OpenWrt
	option encryption none