All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Tian Yuanhao <tianyuanhao@aliyun.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/wpa_supplicant: fix wrong config
Date: Thu, 1 Apr 2021 09:43:54 +0800	[thread overview]
Message-ID: <fbef5119-fcd2-c9c8-f4c0-165aee254d41@aliyun.com> (raw)
In-Reply-To: <20210317033739.71436-1-tianyuanhao@aliyun.com>

Hi Nicolas,

In my opinion, the two options CONFIG_CTRL_IFACE and 
CONFIG_CTRL_IFACE_DBUS_NEW are not directly related except for their 
similar names. It should be correct now. Could you please test it?

Regards,
Yuanhao

On 2021/3/17 ??11:37, Tian Yuanhao wrote:
 > When BR2_PACKAGE_WPA_SUPPLICANT_CTRL_IFACE is not set and
 > BR2_PACKAGE_WPA_SUPPLICANT_DBUS=y, CONFIG_CTRL_IFACE_DBUS_NEW will be
 > enabled by 's/^#\(CONFIG_CTRL_IFACE_DBUS_NEW\)/\1/' first, and then
 > disabled by 's/^\(CONFIG_CTRL_IFACE\)/#\1/'.
 >
 > v2:
 >?? - fix it by adding '\>' after CONFIG_CTRL_IFACE
 >?? - disable CONFIG_CTRL_IFACE_DBUS_INTRO when not enabled
 >
 > Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
 > ---
 >? package/wpa_supplicant/wpa_supplicant.mk | 4 +++-
 >? 1 file changed, 3 insertions(+), 1 deletion(-)
 >
 > diff --git a/package/wpa_supplicant/wpa_supplicant.mk 
b/package/wpa_supplicant/wpa_supplicant.mk
 > index c82db43c1c..c861db3d12 100644
 > --- a/package/wpa_supplicant/wpa_supplicant.mk
 > +++ b/package/wpa_supplicant/wpa_supplicant.mk
 > @@ -135,7 +135,7 @@ WPA_SUPPLICANT_CONFIG_EDITS += 
's/\#\(CONFIG_TLS=\).*/\1internal/'
 >? endif
 >
 >? ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_CTRL_IFACE),)
 > -WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_CTRL_IFACE
 > +WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_CTRL_IFACE\>
 >? endif
 >
 >? ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_DBUS),y)
 > @@ -152,6 +152,8 @@ endef
 >
 >? ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION),y)
 >? WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_CTRL_IFACE_DBUS_INTRO
 > +else
 > +WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_CTRL_IFACE_DBUS_INTRO
 >? endif
 >
 >? else
 >

  reply	other threads:[~2021-04-01  1:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16  2:18 [Buildroot] [PATCH 1/1] package/wpa_supplicant: fix WPA_SUPPLICANT_CONFIGURE_CMDS Tian Yuanhao
2021-03-16 10:02 ` Nicolas Cavallari
2021-03-17  3:37 ` [Buildroot] [PATCH v2 1/1] package/wpa_supplicant: fix wrong config Tian Yuanhao
2021-04-01  1:43   ` Tian Yuanhao [this message]
2021-04-02  9:08     ` Nicolas Cavallari
2021-04-03  2:23   ` [Buildroot] [PATCH v3 1/1] package/wpa_supplicant: handle CONFIG_CTRL_IFACE carefully Tian Yuanhao
2021-04-03  7:01     ` Yann E. MORIN
2021-04-03  7:49       ` Tian Yuanhao
2021-04-06 20:10         ` Arnout Vandecappelle
2021-04-07  7:22           ` Peter Korsgaard
2021-04-07  7:32             ` Arnout Vandecappelle
2021-04-07  8:44               ` Peter Korsgaard
2021-04-07 21:47           ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fbef5119-fcd2-c9c8-f4c0-165aee254d41@aliyun.com \
    --to=tianyuanhao@aliyun.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.