package/wpa_supplicant: Enable support for log to debug file
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 17 Mar 2015 21:41:09 +0000 (22:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Mar 2015 21:59:44 +0000 (22:59 +0100)
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 <joerg.krause@embedded.rocks>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wpa_supplicant/wpa_supplicant.mk

index 3ab8e0546cd12c1751f20585c523b9ef25aecf0c..5a81a9158177dfb3f1c298774fc0cf3d557a5cf1 100644 (file)
@@ -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