Enable bridge, disable wifi

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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6570 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2007-03-15 23:17:16 +00:00
parent e0dee0c3c2
commit e62084b7f5
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