forked from Ivasoft/openwrt
netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not attempt to create the bridge by itself
SVN-Revision: 28745
This commit is contained in:
@@ -40,6 +40,7 @@ bridge_interface() {(
|
||||
|
||||
config_get iftype "$cfg" type
|
||||
[ "$iftype" = bridge ] && config_get "$cfg" ifname
|
||||
prepare_interface_bridge "$cfg"
|
||||
)}
|
||||
|
||||
prepare_key_wep() {
|
||||
|
||||
Reference in New Issue
Block a user