All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option
@ 2014-06-06  8:16 Sven Neumann
  2014-06-08 15:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Neumann @ 2014-06-06  8:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Sven Neumann <neumann@teufel.de>
---
 package/wpa_supplicant/wpa_supplicant.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 920f96a..c704809 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -117,9 +117,7 @@ endef
 endif
 
 ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG),y)
-define WPA_SUPPLICANT_DEBUG_CONFIG
-	$(SED) 's/\(#\)\(CONFIG_DEBUG_SYSLOG.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
-endef
+	WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_DEBUG_SYSLOG
 endif
 
 define WPA_SUPPLICANT_CONFIGURE_CMDS
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option
  2014-06-06  8:16 [Buildroot] [PATCH] wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option Sven Neumann
@ 2014-06-08 15:42 ` Thomas Petazzoni
  2014-06-09 19:40   ` Sven Neumann
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-06-08 15:42 UTC (permalink / raw)
  To: buildroot

Dear Sven Neumann,

On Fri,  6 Jun 2014 10:16:23 +0200, Sven Neumann wrote:
> Signed-off-by: Sven Neumann <neumann@teufel.de>
> ---
>  package/wpa_supplicant/wpa_supplicant.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option
  2014-06-08 15:42 ` Thomas Petazzoni
@ 2014-06-09 19:40   ` Sven Neumann
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Neumann @ 2014-06-09 19:40 UTC (permalink / raw)
  To: buildroot

Hi,

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> , 6/8/2014 5:42 PM:
Dear Sven Neumann, 
 
On Fri, ?6 Jun 2014 10:16:23 +0200, Sven Neumann wrote: 
> Signed-off-by: Sven Neumann <neumann@teufel.de> 
> --- 
> ?package/wpa_supplicant/wpa_supplicant.mk | 4 +--- 
> ?1 file changed, 1 insertion(+), 3 deletions(-) 
 
Applied, thanks! 
 
You may also want to apply this to the stable branch as the option is broken in the 2014.05 release. If you already did so, then please ignore this mail.


Regards,
Sven

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140609/a1e34c98/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-09 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-06  8:16 [Buildroot] [PATCH] wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option Sven Neumann
2014-06-08 15:42 ` Thomas Petazzoni
2014-06-09 19:40   ` Sven Neumann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.