fix for the password check (checked the wrong variable)
[openwrt.git] / package / base-files / brcm-2.4 / etc / config / wireless
1 # Copyright (C) 2006 OpenWrt.org
2
3 config wifi-device wl0
4 option type broadcom
5 option channel 5
6
7 config wifi-iface
8 option device wl0
9 option mode ap
10 option ssid OpenWrt
11 option hidden 0
12 option encryption none
13
14
This page took 0.045708 seconds and 5 git commands to generate.