diff options
| author | Roy Marples <roy@marples.name> | 2019-07-25 18:58:18 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-07-25 18:58:18 +0100 |
| commit | cf7efc99b565ed9ce6f36e0f6c638b5e18751438 (patch) | |
| tree | 5fc41e0a9ef84b7a4e97f317d248a14a114c30fc /hooks | |
| parent | 70f44c801a9aceb9a4c5d2bb1d7310f558a4b921 (diff) | |
| download | dhcpcd-cf7efc99b565ed9ce6f36e0f6c638b5e18751438.tar.xz | |
Update comment
Diffstat (limited to 'hooks')
| -rw-r--r-- | hooks/10-wpa_supplicant | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hooks/10-wpa_supplicant b/hooks/10-wpa_supplicant index 309c7625..04acce08 100644 --- a/hooks/10-wpa_supplicant +++ b/hooks/10-wpa_supplicant @@ -1,7 +1,9 @@ # Start, reconfigure and stop wpa_supplicant per wireless interface. -# This is needed because wpa_supplicant lacks hotplugging of any kind -# and the user should not be expected to have to wire it into their system -# if the base system doesn't do this itself. +# +# This is only needed when using wpa_supplicant-2.5 or older, OR +# when wpa_supplicant has not been built with CONFIG_MATCH_IFACE, OR +# wpa_supplicant was launched without the -M flag to activate +# interface matching. if [ -z "$wpa_supplicant_conf" ]; then for x in \ |
