netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not...
[openwrt/staging/wigyori.git] / package / base-files-network / files / lib / network / config.sh
index 29d021af92c1ce92a5a891ec421ac25e0bfbd001..74810e47d0aa3756c8739a7e4bf948e084f18edb 100755 (executable)
@@ -145,6 +145,10 @@ sort_list() {
        ) | sort -u
 }
 
+prepare_interface_bridge() {
+       return 0
+}
+
 # Create the interface, if necessary.
 # Return status 0 indicates that the setup_interface() call should continue
 # Return status 1 means that everything is set up already.