[oe-commits] [openembedded-core] 29/44: wpa-supplicant: add a missing WPA_COMMON_CTRL_IFACE definition

git at git.openembedded.org git at git.openembedded.org
Sat Dec 2 11:27:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7baa3137859915fdbaaea0499b442f5d9df3f17b
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Wed Nov 22 14:40:33 2017 +0100

    wpa-supplicant: add a missing WPA_COMMON_CTRL_IFACE definition
    
    The WPA_COMMON_CTRL_IFACE definition is missing, which leads to obvious
    problems since there is no way to access the ctrl socket. So add it in.
    
    Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
index 5c9e5d3..35a1aa6 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
@@ -4,6 +4,7 @@
 WPA_SUP_BIN="/usr/sbin/wpa_supplicant"
 WPA_SUP_PNAME="wpa_supplicant"
 WPA_SUP_PIDFILE="/var/run/wpa_supplicant.$IFACE.pid"
+WPA_COMMON_CTRL_IFACE="/var/run/wpa_supplicant"
 WPA_SUP_OPTIONS="-B -P $WPA_SUP_PIDFILE -i $IFACE"
 
 VERBOSITY=0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list