[package] broadcom-wl: fix WDS hotplug for multiple networks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32505 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich 2012-06-26 15:43:09 +00:00
parent be0f020ef1
commit e75cffa6e9

View File

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