1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

[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:
jow 2012-06-26 15:43:09 +00:00
parent 968a2a2451
commit f4e0c95bb6

View File

@ -23,7 +23,9 @@ setup_broadcom_wds() {
include /lib/network include /lib/network
scan_interfaces scan_interfaces
setup_interface "$iface" "$network" for network in $network; do
setup_interface "$iface" "$network"
done
config_get encryption "$cfg" encryption config_get encryption "$cfg" encryption
config_get key "$cfg" key config_get key "$cfg" key