I'm trying to bring-up wlan on my pandaboard (rev a2) platform running
ICS.
I read somewhere that - 'Wi-Fi firmware files are now part of repo.'
I would be thankful if someone can help me with locating firmware
files in omap repository?
I'm using master branch from google repo.
Thank You.
Regards,
Ashwini
Point to the proper wifi makefile
diff --git a/device.mk b/device.mk
index 64edbbb..3d17a67 100644
--- a/device.mk
+++ b/device.mk
@@ -71,4 +71,4 @@ $(call inherit-product-if-exists,
vendor/ti/panda/device-vendor.mk)
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)
$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
$(call inherit-product-if-exists,
vendor/ti/proprietary/omap4/ti-omap4-vendor.mk)
-$(call inherit-product-if-exists,
vendor/ti/proprietary/wl12xx/ti-wl12xx-vendor.mk)
+$(call inherit-product, device/ti/panda/wl12xx/ti-wl12xx-vendor.mk)
I'm looking into it.
Thanks Milo.
Regards,
Ashwini