From b969918b989cd2d4e2b98d1e4733702f12edef45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= Date: Tue, 17 Mar 2015 22:41:09 +0100 Subject: [PATCH] package/wpa_supplicant: Enable support for log to debug file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Jörg Krause Acked-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/wpa_supplicant/wpa_supplicant.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk index 3ab8e0546c..5a81a91581 100644 --- a/package/wpa_supplicant/wpa_supplicant.mk +++ b/package/wpa_supplicant/wpa_supplicant.mk @@ -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