mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 12:39:45 +01:00
don't call wpa_supplicant unconditionally
SVN-Revision: 6656
This commit is contained in:
parent
4a65dd20fe
commit
c2d5b2d04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue