diff mbox

[v2,1/1] package/wpa_supplicant: Enable support for log to debug file

Message ID 1426628469-3535-1-git-send-email-joerg.krause@embedded.rocks
State Accepted
Headers show

Commit Message

Jörg Krause March 17, 2015, 9:41 p.m. UTC
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>
---
Changes v1 -> v2:
  - force enable it (suggested by Gustavo Zacarias)
---
 package/wpa_supplicant/wpa_supplicant.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Gustavo Zacarias March 17, 2015, 9:43 p.m. UTC | #1
On 03/17/2015 06:41 PM, Jörg Krause wrote:

> 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>
Thomas Petazzoni March 17, 2015, 9:59 p.m. UTC | #2
Dear Jörg Krause,

On Tue, 17 Mar 2015 22:41:09 +0100, Jörg Krause wrote:
> 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>

Applied, thanks!

Thomas
diff mbox

Patch

diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 3ab8e05..5a81a91 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