Skip to content

Commit

Permalink
device: update wlan bin path
Browse files Browse the repository at this point in the history
The wifi service will search for the bin in several locations
and by default will load the one found in the firmware folder first.

Signed-off-by: Alin Jerpelea <[email protected]>
  • Loading branch information
jerpelea committed Feb 19, 2021
1 parent a6de40b commit f5e43df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PRODUCT_COPY_FILES += \

# BT/Wifi patch file
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin
$(DEVICE_PATH)/vendor/firmware/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/bdwlan.bin

# Device Init
PRODUCT_PACKAGES += \
Expand Down
File renamed without changes.

0 comments on commit f5e43df

Please sign in to comment.