mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
don't call wpa_supplicant unconditionally
SVN-Revision: 6656
This commit is contained in:
parent
4a65dd20fe
commit
c2d5b2d04a
@ -224,7 +224,7 @@ EOF
|
||||
#add wpa_supplicant calls here
|
||||
;;
|
||||
esac
|
||||
wpa_supplicant ${bridge:+ -b $bridge} -Bw -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf
|
||||
[ -z "$proto" ] || wpa_supplicant ${bridge:+ -b $bridge} -Bw -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf
|
||||
;;
|
||||
esac
|
||||
first=0
|
||||
|
Loading…
Reference in New Issue
Block a user