summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <github@cerqueira.org>2012-03-16 18:24:25 +0000
committerRicardo Cerqueira <github@cerqueira.org>2012-03-16 18:25:10 +0000
commit0737715805e91cfc76c4b156948bccee476d9db4 (patch)
tree55e459afef533354d1896524262397a9692282aa
parent997d655f0e4afcb91d6152b3d9a0f2a277db366b (diff)
downloadandroid_hardware_broadcom_wlan-0737715805e91cfc76c4b156948bccee476d9db4.tar.gz
android_hardware_broadcom_wlan-0737715805e91cfc76c4b156948bccee476d9db4.tar.bz2
android_hardware_broadcom_wlan-0737715805e91cfc76c4b156948bccee476d9db4.zip
Let bcm4330 use the 4329 wext library for wpa_supplicant
Tested on p930, works fine Change-Id: I2e038ea4f0070b76c0ec5b3a2d8baa5d325df7c6
-rw-r--r--bcm4329/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcm4329/Android.mk b/bcm4329/Android.mk
index 26a7472..25cb48b 100644
--- a/bcm4329/Android.mk
+++ b/bcm4329/Android.mk
@@ -1,3 +1,6 @@
ifeq ($(BOARD_WLAN_DEVICE),bcm4329)
include $(call all-subdir-makefiles)
endif
+ifeq ($(BOARD_WLAN_DEVICE),bcm4330)
+ include $(call all-subdir-makefiles)
+endif