summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYuanyuan Liu <yuanliu@qca.qualcomm.com>2014-01-28 13:55:55 -0800
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-02-07 17:38:23 -0800
commiteeefa49ffef6ce19df389631a753469e09b514c5 (patch)
tree953f2e89d043f7fdf6c4adece18d04acf40802c3 /Android.mk
parentded58968277eea8bcdcf2eafb11198c6b7deb538 (diff)
qcacld: Add function of updating macaddress from wlan_mac.bin
In FTM mode, user defined macaddresses might be provided. The new macaddress will be written into /persist/wlan_mac.bin. Add function of updating macaddress from wlan_mac.bin. Overwrite default ini macaddress if wlan_mac.bin exist. Change-Id: I78ab0104fc5cae456c8fd8dc3df2029cdecf7214 CRs-Fixed: 605901
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d3dfafce1fe0..f86c223bcb1e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -72,6 +72,7 @@ include $(DLKM_DIR)/AndroidKernelModule.mk
$(shell mkdir -p $(TARGET_OUT)/lib/modules; \
ln -sf /system/lib/modules/$(WLAN_CHIPSET)/$(WLAN_CHIPSET)_wlan.ko \
$(TARGET_OUT)/lib/modules/wlan.ko)
+$(shell ln -sf /persist/wlan_mac.bin $(TARGET_OUT_ETC)/firmware/wlan/qca_cld/wlan_mac.bin)
endif # DLKM check