diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-06-26 07:04:19 +0000 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-06-28 16:53:43 +0000 |
commit | c8c15b8e117f6a2127f1cc5067ba188ab2849950 (patch) | |
tree | 8dec4bd01dde9a1790776807504ea6356015630f | |
parent | a3068383a77f12c6dea75ff0adfb4a85cfee1371 (diff) |
shinano-common: inherit bcmdhd firmware
Needed for new bcmdhd driver changes in kernel
Redundant config line can also be removed
Change-Id: I64636fe90dde2efb1b24867ee6ca790e161a8a66
-rw-r--r-- | shinano.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/system/etc/init.qcom-sensor.sh:system/etc/init.qcom-sensor.sh # BCM Wifi -$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk) +$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/device-bcm.mk) # Include non-opensource parts $(call inherit-product, vendor/sony/shinano-common/shinano-common-vendor.mk) |