clean up default wifi config
[openwrt-10.03/.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index fc26d076eaa9c191be76dc3f215cf1286399fba6..4f11a515916bef955376f61b36c94073a66440d0 100644 (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
 }