Skip to content
Snippets Groups Projects
Commit c6a9f4bb authored by Ke Huang's avatar Ke Huang
Browse files

meta-qti-wlan: Enable wlan-conf in wlan package for sa415m

Enable the wlan-conf in wlan package for the Rome on the
SA415M.LE.1.8.

Change-Id: Idbb841e331de3fd9ddee61853943ef4d1dd1ed55
CRs-Fixed: 3348045
parent 0128ce52
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
IMAGE_INSTALL += "hostap-daemon-qcacld"
IMAGE_INSTALL += "qcacld32-ll-rome"
IMAGE_INSTALL += "wpa-supplicant-qcacld"
IMAGE_INSTALL += "wlan-conf"
......@@ -2,3 +2,4 @@
IMAGE_INSTALL += "hostap-daemon-qcacld"
IMAGE_INSTALL += "qcacld32-ll-rome"
IMAGE_INSTALL += "wpa-supplicant-qcacld"
IMAGE_INSTALL += "wlan-conf"
......@@ -46,3 +46,13 @@ do_install_append_sa515m(){
install -D -m 0644 ${WORKDIR}/device/qcom/wlan/sdx_auto/WCNSS_qcom_cfg_qca6490.ini ${FIRMWARE_PATH}/WCNSS_qcom_cfg.ini
chmod -R 0664 ${FIRMWARE_PATH}/WCNSS_qcom_cfg.ini
}
do_install_append_sa415m(){
install -d ${D}/etc/misc/wifi
install -m 0644 ${S}/qcom/wlan/sdx24_auto/*.conf ${D}/etc/misc/wifi
install -d ${D}${sysconfdir}
install -m 0644 ${S}/qcom/wlan/sdx24_auto/vendor_cmd.xml ${D}${sysconfdir}
install -d ${FIRMWARE_PATH}
install -D -m 0644 ${WORKDIR}/device/qcom/wlan/sdx_auto/WCNSS_qcom_cfg_qca6490.ini ${FIRMWARE_PATH}/WCNSS_qcom_cfg.ini
chmod -R 0664 ${FIRMWARE_PATH}/WCNSS_qcom_cfg.ini
}
......@@ -22,5 +22,5 @@ RDEPENDS_${PN} += "\
${@bb.utils.contains('MACHINE', 'sa415m', '', 'qcacld32-ll-hsp', d)} \
${@bb.utils.contains('MACHINE', 'sa415m', '', 'qcacld32-cnss2', d)} \
wpa-supplicant-qcacld \
${@bb.utils.contains('MACHINE', 'sa415m', '', 'wlan-conf', d)} \
wlan-conf \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment