Commit b969918b authored by Jörg Krause's avatar Jörg Krause Committed by Thomas Petazzoni
Browse files

package/wpa_supplicant: Enable support for log to debug file



Enable the '-f' option (log output to debug file instead of stdout). Force
enable it, binary size +963 bytes for an ARM target.

Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
Acked-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e62bf3c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ WPA_SUPPLICANT_CONFIG_ENABLE = \
	CONFIG_IEEE80211AC	\
	CONFIG_IEEE80211N	\
	CONFIG_IEEE80211R	\
	CONFIG_INTERNAL_LIBTOMMATH
	CONFIG_INTERNAL_LIBTOMMATH \
	CONFIG_DEBUG_FILE

WPA_SUPPLICANT_CONFIG_DISABLE = \
	CONFIG_SMARTCARD