From: Dmitry Shmidt Date: Thu, 9 Jan 2014 23:19:36 +0000 (-0800) Subject: Android: Remove hostapd dump_file functionality X-Git-Tag: hostap_2_1~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b19ef32bf9e8ef38af206fabf4c85a6431c29aeb;p=thirdparty%2Fhostap.git Android: Remove hostapd dump_file functionality Signed-off-by: Dmitry Shmidt --- diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 54ac497b0..6e37beb4d 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -141,7 +141,6 @@ ifndef CONFIG_NO_DUMP_STATE # through control interface commands (undefine it, if you want to save in # binary size) L_CFLAGS += -DHOSTAPD_DUMP_STATE -OBJS += dump_state.c OBJS += src/eapol_auth/eapol_auth_dump.c endif