mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-04 05:42:42 +00:00
clean up default wifi config
SVN-Revision: 7873
This commit is contained in:
parent
5b52ebfcb1
commit
31ea6879d7
@ -249,7 +249,8 @@ detect_broadcom() {
|
||||
config wifi-device wl0
|
||||
option type broadcom
|
||||
option channel 5
|
||||
# disable radio to prevent an open ap after reflashing:
|
||||
|
||||
# REMOVE THIS LINE TO ENABLE WIFI:
|
||||
option disabled 1
|
||||
|
||||
config wifi-iface
|
||||
@ -257,8 +258,6 @@ config wifi-iface
|
||||
option network lan
|
||||
option mode ap
|
||||
option ssid OpenWrt
|
||||
option hidden 0
|
||||
option encryption none
|
||||
|
||||
EOF
|
||||
}
|
||||
|
@ -262,26 +262,16 @@ detect_atheros() {
|
||||
config wifi-device $dev
|
||||
option type atheros
|
||||
option channel 5
|
||||
# option diversity 1
|
||||
# option txantenna 0
|
||||
# option rxantenna 0
|
||||
# option distance 2000
|
||||
# disable radio to prevent an open ap after reflashing:
|
||||
option disabled 1
|
||||
|
||||
# REMOVE THIS LINE TO ENABLE WIFI:
|
||||
option disabled 1
|
||||
|
||||
config wifi-iface
|
||||
option device $dev
|
||||
option network lan
|
||||
option mode ap
|
||||
option ssid OpenWrt
|
||||
option hidden 0
|
||||
# option txpower 15
|
||||
# option bgscan enable
|
||||
# option frag off
|
||||
# option rts off
|
||||
option encryption none
|
||||
|
||||
EOF
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user