Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] wpa-supplicant: Add NL80211 support option
Date: Fri, 8 Aug 2014 10:38:46 +0200	[thread overview]
Message-ID: <20140808103846.054831ec@free-electrons.com> (raw)
In-Reply-To: <53E3E37C.3080605@zacarias.com.ar>

Dear Gustavo Zacarias,

On Thu, 07 Aug 2014 17:37:16 -0300, Gustavo Zacarias wrote:
> This is done automatically if the libnl package is selected/around.
> We really don't want to thread too thin into hostapd & wpa_supplicant
> config options.

Hum, so, Jean-Baptiste patch is adding CONFIG_DRIVER_NL80211 to the
configuration when libnl is available. But the current
wpa_supplicant.mk does (after removing the static lib special case)

ifeq ($(BR2_PACKAGE_LIBNL),y)
        WPA_SUPPLICANT_DEPENDENCIES += libnl
        WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_LIBNL32
else
        WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_DRIVER_NL80211
endif

So it enables CONFIG_LIBNL32 when libnl is used. Which is not exactly
the same thing. But interesting, in the else case, it's
CONFIG_DRIVER_NL80211 that gets disabled.

I'm a bit confused :)

Thanks,

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

      parent reply	other threads:[~2014-08-08  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 20:28 [Buildroot] [PATCH 1/1] wpa-supplicant: Add NL80211 support option Jean-Baptiste Theou
2014-08-07 20:37 ` Gustavo Zacarias
2014-08-07 20:52   ` Jean-Baptiste Theou
2014-08-08  8:41     ` Thomas Petazzoni
2014-08-08 16:16       ` Jean-Baptiste Theou
2014-08-08  8:38   ` Thomas Petazzoni [this message]

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=20140808103846.054831ec@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox