Skip to content
Snippets Groups Projects
Commit 37084622 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wifi_fw_mount : removed the regdb.bin softlink"

parents 0c01e379 64a401bd
No related branches found
No related tags found
No related merge requests found
......@@ -277,14 +277,16 @@ mount_wifi_fw (){
ln -s /lib/firmware/$arch/WIFI_FW/qcn9100/qdss_trace_config.bin .
fi
elif [ -d /lib/firmware/$arch/WIFI_FW/qcn9224 ]; then
if [ -e /lib/firmware/$arch/WIFI_FW/qcn9224/board-2.bin ]; then
if [ -e /lib/firmware/$arch/WIFI_FW/qcn9224/board-2.bin ]; then
mkdir -p /lib/firmware/ath12k/QCN92XX/hw1.0/
cd /lib/firmware/ath12k/QCN92XX/hw1.0/
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/m3.bin .
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/amss.bin .
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/amss_dualmac.bin .
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/board-2.bin .
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/regdb.bin .
if [ -e /lib/firmware/$arch/WIFI_FW/qcn9224/regdb.bin ]; then
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/regdb.bin .
fi
ln -s /lib/firmware/$arch/WIFI_FW/qcn9224/qdss_trace_config.bin .
case $board_name in
ap-al02-c4)
......
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