OSDN Git Service

Move .config for Android to android.config
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 22 Feb 2012 00:49:00 +0000 (16:49 -0800)
committerDmitry Shmidt <dimitrysh@google.com>
Wed, 22 Feb 2012 00:49:00 +0000 (16:49 -0800)
Change-Id: I05322cf024cf63f217802b861a7b2117c9decfda
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk
hostapd/android.config [moved from hostapd/.config with 100% similarity]
wpa_supplicant/Android.mk
wpa_supplicant/android.config [moved from wpa_supplicant/.config with 100% similarity]

index 255c802..5fd7d3f 100644 (file)
@@ -8,7 +8,7 @@ endif
 
 ifeq ($(WPA_BUILD_HOSTAPD),true)
 
-include $(LOCAL_PATH)/.config
+include $(LOCAL_PATH)/android.config
 
 # To ignore possible wrong network configurations
 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
similarity index 100%
rename from hostapd/.config
rename to hostapd/android.config
index 4a28717..467a91d 100644 (file)
@@ -26,7 +26,7 @@ endif
 
 ifeq ($(WPA_BUILD_SUPPLICANT),true)
 
-include $(LOCAL_PATH)/.config
+include $(LOCAL_PATH)/android.config
 
 # To ignore possible wrong network configurations
 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS