wpa-supplicant: add p2p configuration file for cc6
https://jira.digi.com/browse/DEL-4559 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
270f890494
commit
2f732624fe
|
|
@ -0,0 +1,6 @@
|
||||||
|
ctrl_interface=/var/run/wpa_supplicant
|
||||||
|
ctrl_interface_group=0
|
||||||
|
device_name=ccimx6-p2p
|
||||||
|
device_type=10-0050F204-5
|
||||||
|
config_methods=virtual_push_button keypad display pin
|
||||||
|
persistent_reconnect=1
|
||||||
|
|
@ -4,10 +4,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "openssl"
|
PACKAGECONFIG ?= "openssl"
|
||||||
|
|
||||||
SRC_URI += "file://0001-wpa_supplicant-enable-control-socket-interface-when-.patch"
|
SRC_URI += " \
|
||||||
SRC_URI_append_ccimx6ul = " file://wpa_supplicant_p2p.conf"
|
file://0001-wpa_supplicant-enable-control-socket-interface-when-.patch \
|
||||||
|
file://wpa_supplicant_p2p.conf \
|
||||||
|
"
|
||||||
|
|
||||||
do_install_append_ccimx6ul() {
|
do_install_append() {
|
||||||
install -m 600 ${WORKDIR}/wpa_supplicant_p2p.conf ${D}${sysconfdir}/wpa_supplicant_p2p.conf
|
install -m 600 ${WORKDIR}/wpa_supplicant_p2p.conf ${D}${sysconfdir}/wpa_supplicant_p2p.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue