mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
fix typo (#972)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5593 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4fae1f4d2d
commit
ea12a614d6
@ -119,7 +119,7 @@ enable_broadcom() {
|
||||
config_get_bool hidden "$vif" hidden 1
|
||||
append vif_pre_up "closed $hidden" "$N"
|
||||
config_get_bool isolate "$vif" isolate
|
||||
append vif_pre_up "ap_isolate $hidden" "$N"
|
||||
append vif_pre_up "ap_isolate $isolate" "$N"
|
||||
}
|
||||
|
||||
wsec_r=0
|
||||
|
Loading…
Reference in New Issue
Block a user