]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Makefile
Remove hostapd dump_file functionality
[thirdparty/hostap.git] / hostapd / Makefile
index 753781406ee7e51786f63a3fab4ffaa519322bfd..5bf91ba32c3288e2d437341a8eb7cf33d99c08ec 100644 (file)
@@ -119,10 +119,10 @@ LIBS_n += -lgcov
 endif
 
 ifndef CONFIG_NO_DUMP_STATE
-# define HOSTAPD_DUMP_STATE to include SIGUSR1 handler for dumping state to
-# a file (undefine it, if you want to save in binary size)
+# define HOSTAPD_DUMP_STATE to include support for dumping internal state
+# through control interface commands (undefine it, if you want to save in
+# binary size)
 CFLAGS += -DHOSTAPD_DUMP_STATE
-OBJS += dump_state.o
 OBJS += ../src/eapol_auth/eapol_auth_dump.o
 endif