From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from optimeas.de ([78.46.18.2]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1V9sTs-0004zs-CL for ptxdist@pengutronix.de; Thu, 15 Aug 2013 10:00:29 +0200 Received: from [127.0.0.1] (ip-5-146-126-105.unitymediagroup.de [5.146.126.105]) by optimeas.de (Postfix) with ESMTPSA id DE6D64207A56 for ; Thu, 15 Aug 2013 10:00:22 +0200 (CEST) From: "Matthias Klein" Date: Thu, 15 Aug 2013 08:00:23 +0000 Message-Id: Mime-Version: 1.0 Subject: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file Reply-To: ptxdist@pengutronix.de, Matthias Klein List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Matthias Klein --- rules/wpa_supplicant.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in index 733a2b5..62b9b08 100644 --- a/rules/wpa_supplicant.in +++ b/rules/wpa_supplicant.in @@ -127,4 +127,10 @@ config WPA_SUPPLICANT_INSTALL_CLI it's not necessary to have wpa_cli in the final (non-development) version of an Embedded System. +config WPA_SUPPLICANT_DEBUG_FILE + bool + prompt "log file support" + help + Add support for writing debug log to a file + endif -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de