Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than "why isn't wifi working?"

SVN-Revision: 6570
This commit is contained in:
Mike Baker 2007-03-15 23:17:16 +00:00
parent fbe0b0e33a
commit 568c026623
2 changed files with 7 additions and 1 deletions

View File

@ -243,9 +243,12 @@ detect_broadcom() {
config wifi-device wl0
option type broadcom
option channel 5
# disable radio to prevent an open ap after reflashing:
option radio 0
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid OpenWrt
option hidden 0

View File

@ -240,10 +240,13 @@ config wifi-device $dev
# option txantenna 0
# option rxantenna 0
# option distance 2000
# disable radio to prevent an open ap after reflashing:
option radio 0
config wifi-iface
option device $dev
# option network lan
option network lan
option mode ap
option ssid OpenWrt
option hidden 0