mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-04 15:51:06 +02:00
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
This commit is contained in:
parent
085eea2033
commit
1e90ce08b5
@ -243,9 +243,12 @@ detect_broadcom() {
|
|||||||
config wifi-device wl0
|
config wifi-device wl0
|
||||||
option type broadcom
|
option type broadcom
|
||||||
option channel 5
|
option channel 5
|
||||||
|
# disable radio to prevent an open ap after reflashing:
|
||||||
|
option radio 0
|
||||||
|
|
||||||
config wifi-iface
|
config wifi-iface
|
||||||
option device wl0
|
option device wl0
|
||||||
|
option network lan
|
||||||
option mode ap
|
option mode ap
|
||||||
option ssid OpenWrt
|
option ssid OpenWrt
|
||||||
option hidden 0
|
option hidden 0
|
||||||
|
@ -240,10 +240,13 @@ config wifi-device $dev
|
|||||||
# option txantenna 0
|
# option txantenna 0
|
||||||
# option rxantenna 0
|
# option rxantenna 0
|
||||||
# option distance 2000
|
# option distance 2000
|
||||||
|
# disable radio to prevent an open ap after reflashing:
|
||||||
|
option radio 0
|
||||||
|
|
||||||
|
|
||||||
config wifi-iface
|
config wifi-iface
|
||||||
option device $dev
|
option device $dev
|
||||||
# option network lan
|
option network lan
|
||||||
option mode ap
|
option mode ap
|
||||||
option ssid OpenWrt
|
option ssid OpenWrt
|
||||||
option hidden 0
|
option hidden 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user