* [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
@ 2013-08-15 8:00 Matthias Klein
2013-08-15 8:07 ` Marc Kleine-Budde
0 siblings, 1 reply; 6+ messages in thread
From: Matthias Klein @ 2013-08-15 8:00 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Matthias Klein <matthias.klein@optimeas.de>
---
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
2013-08-15 8:00 [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file Matthias Klein
@ 2013-08-15 8:07 ` Marc Kleine-Budde
2013-08-15 8:54 ` Matthias Klein
0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2013-08-15 8:07 UTC (permalink / raw)
To: ptxdist, Matthias Klein
[-- Attachment #1.1: Type: text/plain, Size: 1114 bytes --]
On 08/15/2013 10:00 AM, Matthias Klein wrote:
> Signed-off-by: Matthias Klein <matthias.klein@optimeas.de>
> ---
> 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
Please indent with one Tab here. Maybe your mailer converted the tab to
a space.
> + prompt "log file support"
> + help
> + Add support for writing debug log to a file
> +
> endif
Do you have some changes in the .make file, too?
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
2013-08-15 8:07 ` Marc Kleine-Budde
@ 2013-08-15 8:54 ` Matthias Klein
2013-08-15 9:13 ` Marc Kleine-Budde
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Matthias Klein @ 2013-08-15 8:54 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
>Please indent with one Tab here. Maybe your mailer converted the tab to
>a space.
The patch in the attachment contains tabs, but my mailer converted them.
Can you recommend a GUI mailer which supports tabs in plain-text mails ?
>Do you have some changes in the .make file, too?
No, the .make file copies the config variables automatically using grep
& sed.
Best regards,
Matthias
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 619 bytes --]
Signed-off-by: Matthias Klein <matthias.klein@optimeas.de>
---
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
[-- Attachment #3: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
2013-08-15 8:54 ` Matthias Klein
@ 2013-08-15 9:13 ` Marc Kleine-Budde
2013-08-15 9:18 ` Marc Kleine-Budde
2013-08-15 9:58 ` Bernhard Walle
2 siblings, 0 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2013-08-15 9:13 UTC (permalink / raw)
To: ptxdist, Matthias Klein
[-- Attachment #1.1: Type: text/plain, Size: 821 bytes --]
On 08/15/2013 10:54 AM, Matthias Klein wrote:
>> Please indent with one Tab here. Maybe your mailer converted the tab to
>> a space.
>
> The patch in the attachment contains tabs, but my mailer converted them.
> Can you recommend a GUI mailer which supports tabs in plain-text mails ?
To send patches I use "git send-email" directly. Otherwise I'm using
thunderbird.
>> Do you have some changes in the .make file, too?
> No, the .make file copies the config variables automatically using grep
> & sed.
I see, thanks.
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
2013-08-15 8:54 ` Matthias Klein
2013-08-15 9:13 ` Marc Kleine-Budde
@ 2013-08-15 9:18 ` Marc Kleine-Budde
2013-08-15 9:58 ` Bernhard Walle
2 siblings, 0 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2013-08-15 9:18 UTC (permalink / raw)
To: ptxdist, Matthias Klein
[-- Attachment #1.1: Type: text/plain, Size: 494 bytes --]
On 08/15/2013 10:54 AM, Matthias Klein wrote:
>> Do you have some changes in the .make file, too?
> No, the .make file copies the config variables automatically using grep
> & sed.
Applied to master, tnx
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file
2013-08-15 8:54 ` Matthias Klein
2013-08-15 9:13 ` Marc Kleine-Budde
2013-08-15 9:18 ` Marc Kleine-Budde
@ 2013-08-15 9:58 ` Bernhard Walle
2 siblings, 0 replies; 6+ messages in thread
From: Bernhard Walle @ 2013-08-15 9:58 UTC (permalink / raw)
To: ptxdist
* Matthias Klein <matthias.klein@optimeas.de> [2013-08-15 10:54]:
>
> >Please indent with one Tab here. Maybe your mailer converted the tab to
> >a space.
>
> The patch in the attachment contains tabs, but my mailer converted
> them. Can you recommend a GUI mailer which supports tabs in
> plain-text mails ?
https://www.kernel.org/doc/Documentation/email-clients.txt
Regards,
Bernhard
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-15 9:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 8:00 [ptxdist] [PATCH] wpa_supplicant: add support for writing debug log to a file Matthias Klein
2013-08-15 8:07 ` Marc Kleine-Budde
2013-08-15 8:54 ` Matthias Klein
2013-08-15 9:13 ` Marc Kleine-Budde
2013-08-15 9:18 ` Marc Kleine-Budde
2013-08-15 9:58 ` Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox