2
0
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:
Felix Fietkau
2011-11-04 01:05:12 +00:00
parent 18a4bbb98d
commit dab5ebaa76
4 changed files with 14 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ bridge_interface() {(
config_get iftype "$cfg" type
[ "$iftype" = bridge ] && config_get "$cfg" ifname
prepare_interface_bridge "$cfg"
)}
prepare_key_wep() {