mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
broadcom-wl: fix WDS hotplug for multiple networks
SVN-Revision: 32505
This commit is contained in:
parent
089a80ae55
commit
bc41cc82ec
@ -23,7 +23,9 @@ setup_broadcom_wds() {
|
||||
include /lib/network
|
||||
scan_interfaces
|
||||
|
||||
setup_interface "$iface" "$network"
|
||||
for network in $network; do
|
||||
setup_interface "$iface" "$network"
|
||||
done
|
||||
|
||||
config_get encryption "$cfg" encryption
|
||||
config_get key "$cfg" key
|
||||
|
Loading…
Reference in New Issue
Block a user