mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 03:47:31 +02:00
remove duplicate section to find bridge name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6591 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
54da7c4cde
commit
2fa97d8559
@ -214,10 +214,6 @@ EOF
|
|||||||
#add wpa_supplicant calls here
|
#add wpa_supplicant calls here
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
wpa_supplicant ${bridge:+ -b $bridge} -Bw -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user