fix a race condition with broadcom wl devices in a bridge if a device is added before the bridge is brought up, the wifi settings are lost

SVN-Revision: 7872
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 114b9a8fb6
commit 5b52ebfcb1

@ -98,6 +98,7 @@ prepare_interface() {
} || {
$DEBUG brctl addbr "br-$config"
$DEBUG brctl setfd "br-$config" 0
$DEBUG ifconfig "br-$config" up
$DEBUG brctl addif "br-$config" "$iface"
# Creating the bridge here will have triggered a hotplug event, which will
# result in another setup_interface() call, so we simply stop processing

Loading…
Cancel
Save