mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:22:48 +02: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:
parent
968a2a2451
commit
f4e0c95bb6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user