aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-06-27 10:59:51 -0700
committerDmitry Shmidt <dimitrysh@google.com>2011-06-27 10:59:51 -0700
commite61a2d6db6113da5fad91660764afdb0596dbc46 (patch)
tree6b0db5c5dd4f55cec4fbd25721da75d9e3d60838 /hostapd
parent87255c406b47ce027832c461a2f731b23a987f96 (diff)
downloadandroid_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.tar.gz
android_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.tar.bz2
android_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.zip
Remove unnecessary compilation settings
Change-Id: I59171b3620f4274d50f2cd764db493048e3c21b5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/.config2
-rw-r--r--hostapd/Android.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/hostapd/.config b/hostapd/.config
index 3569770e..e57aafe1 100644
--- a/hostapd/.config
+++ b/hostapd/.config
@@ -10,7 +10,7 @@
# to override previous values of the variables.
# Driver interface for Host AP driver
-CONFIG_DRIVER_HOSTAP=y
+#CONFIG_DRIVER_HOSTAP=y
# Driver interface for wired authenticator
#CONFIG_DRIVER_WIRED=y
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index ebc4aa96..a2772c23 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -8,6 +8,8 @@ ifneq ($(TARGET_SIMULATOR),true)
endif
endif
+ifeq ($(WPA_BUILD_HOSTAPD),true)
+
include $(LOCAL_PATH)/.config
# To ignore possible wrong network configurations
@@ -781,8 +783,6 @@ OBJS_c += src/utils/trace.c
OBJS_c += src/utils/wpa_debug.c
endif
-ifeq ($(WPA_BUILD_HOSTAPD),true)
-
########################
include $(CLEAR_VARS)