config wifi-device  wl0
	option type     broadcom
	option channel  1

	# REMOVE THIS LINE TO ENABLE WIFI:
	# option disabled 1

config wifi-iface
	option device   wl0
	option network  lan
	option mode     sta
	option ssid     xxx
	option encryption psk2
	option key      xxx
