mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-16 23:50:21 +00:00
remove duplicate section to find bridge name
SVN-Revision: 6591
This commit is contained in:
@@ -214,10 +214,6 @@ EOF
|
||||
#add wpa_supplicant calls here
|
||||
;;
|
||||
esac
|
||||
net_cfg="$(find_net_config "$vif")"
|
||||
[ -z "$net_cfg" ] || {
|
||||
bridge="$(bridge_interface "$net_cfg")"
|
||||
}
|
||||
wpa_supplicant ${bridge:+ -b $bridge} -Bw -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user