From: Jörg Krause Date: Tue, 17 Mar 2015 21:41:09 +0000 (+0100) Subject: package/wpa_supplicant: Enable support for log to debug file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b969918b989cd2d4e2b98d1e4733702f12edef45;p=buildroot.git 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: Jörg Krause Acked-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- 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