add a simple /sbin/wifi script with support for the new broadcom driver (incomplete...
[openwrt/staging/mkresin.git] / openwrt / package / base-files / brcm-2.4 / etc / config / wireless
1 config wifi-device wl0
2 option type broadcom
3 option channel 5
4
5 config wifi-iface
6 option device wl0
7 option mode ap
8 option ssid OpenWrt
9 option hidden 0
10 option encryption none
11
12