diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2011-11-17 05:45:27 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-17 05:45:27 -0800 |
| commit | c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5 (patch) | |
| tree | 75e2ce443e968574278fffb6e534dc7c0cb413ca /hostapd | |
| parent | 81e9700b8fb135b898181ad3aeb44d39f0a01907 (diff) | |
| parent | a4d23b8131874ba2380817014f9190b737ce785d (diff) | |
| download | android_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.tar.gz android_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.tar.bz2 android_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.zip | |
am a4d23b81: Enable broadcom-specific patch with proper flag
* commit 'a4d23b8131874ba2380817014f9190b737ce785d':
Enable broadcom-specific patch with proper flag
Diffstat (limited to 'hostapd')
| -rw-r--r-- | hostapd/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 843702b6..4f555a00 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -18,7 +18,7 @@ L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\" # Set Android log name L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\" -ifdef CONFIG_DRIVER_NL80211 +ifeq ($(BOARD_WLAN_DEVICE), bcmdhd) L_CFLAGS += -DANDROID_BRCM_P2P_PATCH endif |
