Skip to content
Snippets Groups Projects
Commit 8c2dfed2 authored by Han Sol Jin's avatar Han Sol Jin
Browse files

mh2lm: use GLOBAL bdwlan firmware and drop remaining firmwares

Change-Id: I2d741a3fde145c6d4db4e7263a6800635d162c45
parent 25c95197
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 15 deletions
...@@ -12,19 +12,19 @@ install_symlink { ...@@ -12,19 +12,19 @@ install_symlink {
name: "bdwlan_bdwlan_symlink", name: "bdwlan_bdwlan_symlink",
soc_specific: true, soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan.bin", installed_location: "firmware/wlan/qca_cld/bdwlan.bin",
symlink_target: "/vendor/etc/wifi/bdwlan.bin", symlink_target: "/vendor/etc/wifi/GLOBAL/bdwlan.bin",
} }
install_symlink { install_symlink {
name: "bdwlan_ch0_bdwlan_ch0_symlink", name: "bdwlan_ch0_bdwlan_ch0_symlink",
soc_specific: true, soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan_ch0.bin", installed_location: "firmware/wlan/qca_cld/bdwlan_ch0.bin",
symlink_target: "/vendor/etc/wifi/bdwlan_ch0.bin", symlink_target: "/vendor/etc/wifi/GLOBAL/bdwlan_ch0.bin",
} }
install_symlink { install_symlink {
name: "bdwlan_ch1_bdwlan_ch1_symlink", name: "bdwlan_ch1_bdwlan_ch1_symlink",
soc_specific: true, soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan_ch1.bin", installed_location: "firmware/wlan/qca_cld/bdwlan_ch1.bin",
symlink_target: "/vendor/etc/wifi/bdwlan_ch1.bin", symlink_target: "/vendor/etc/wifi/GLOBAL/bdwlan_ch1.bin",
} }
...@@ -419,23 +419,11 @@ PRODUCT_COPY_FILES += \ ...@@ -419,23 +419,11 @@ PRODUCT_COPY_FILES += \
vendor/lge/mh2lm/proprietary/vendor/etc/sensors/registry/registry/sensors_settings:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/registry/registry/sensors_settings \ vendor/lge/mh2lm/proprietary/vendor/etc/sensors/registry/registry/sensors_settings:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/registry/registry/sensors_settings \
vendor/lge/mh2lm/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \ vendor/lge/mh2lm/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \
vendor/lge/mh2lm/proprietary/vendor/etc/thermal-engine-8150.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8150.conf \ vendor/lge/mh2lm/proprietary/vendor/etc/thermal-engine-8150.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8150.conf \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/CN/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/CN/bdwlan.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/CN/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/CN/bdwlan_ch0.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/CN/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/CN/bdwlan_ch1.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan.bin \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan_ch0.bin \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan_ch0.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan_ch1.bin \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/GLOBAL/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/GLOBAL/bdwlan_ch1.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/KR_ALL/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/KR_ALL/bdwlan.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/KR_ALL/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/KR_ALL/bdwlan_ch0.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/KR_ALL/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/KR_ALL/bdwlan_ch1.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/NA_ALL/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/NA_ALL/bdwlan.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/NA_ALL/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/NA_ALL/bdwlan_ch0.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/NA_ALL/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/NA_ALL/bdwlan_ch1.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/aoa_cldb_falcon.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/aoa_cldb_falcon.bin \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/aoa_cldb_falcon.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/aoa_cldb_falcon.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/aoa_cldb_swl14.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/aoa_cldb_swl14.bin \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/aoa_cldb_swl14.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/aoa_cldb_swl14.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/bdwlan.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/bdwlan_ch0.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/bdwlan_ch0.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/bdwlan_ch1.bin:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/bdwlan_ch1.bin \
vendor/lge/mh2lm/proprietary/vendor/etc/wifi/icudt53l.dat:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/icudt53l.dat \ vendor/lge/mh2lm/proprietary/vendor/etc/wifi/icudt53l.dat:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/icudt53l.dat \
vendor/lge/mh2lm/proprietary/vendor/firmware/CAMERA_ICP.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/CAMERA_ICP.elf \ vendor/lge/mh2lm/proprietary/vendor/firmware/CAMERA_ICP.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/CAMERA_ICP.elf \
vendor/lge/mh2lm/proprietary/vendor/firmware/crbtfw21.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/crbtfw21.tlv \ vendor/lge/mh2lm/proprietary/vendor/firmware/crbtfw21.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/crbtfw21.tlv \
......
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
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