1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 17:55:55 +02:00

change wifi defaults (was default hidden ssid)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7430 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2007-06-01 13:09:50 +00:00
parent 1eee341120
commit 50f4b7e8f1

View File

@ -116,9 +116,9 @@ enable_broadcom() {
append vif_post_up "vif $_c" "$N"
[ "$mode" = "sta" ] || {
config_get_bool hidden "$vif" hidden 1
config_get_bool hidden "$vif" hidden 0
append vif_pre_up "closed $hidden" "$N"
config_get_bool isolate "$vif" isolate
config_get_bool isolate "$vif" isolate 0
append vif_pre_up "ap_isolate $isolate" "$N"
}