netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not...
[openwrt.git] / package / base-files / files / sbin / wifi
index e2dd0a3..2e66bfc 100755 (executable)
@@ -40,6 +40,7 @@ bridge_interface() {(
 
        config_get iftype "$cfg" type
        [ "$iftype" = bridge ] && config_get "$cfg" ifname
+       prepare_interface_bridge "$cfg"
 )}
 
 prepare_key_wep() {
This page took 0.027403 seconds and 4 git commands to generate.