clean up default wifi config

SVN-Revision: 7873
This commit is contained in:
Mike Baker
2007-07-04 11:15:12 +00:00
parent 5b52ebfcb1
commit 31ea6879d7
2 changed files with 4 additions and 15 deletions

View File

@@ -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
}