All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] wpa_supplicant: bump to version 2.2
Date: Thu, 5 Jun 2014 14:53:28 +0300	[thread overview]
Message-ID: <20140605115328.GN4193@tarshish> (raw)
In-Reply-To: <1401968217-32326-1-git-send-email-gustavo@zacarias.com.ar>

Hi Gustavo,

On Thu, Jun 05, 2014 at 08:36:57AM -0300, Gustavo Zacarias wrote:
> Patches are now upstream.
> Enable epoll support since any modern kernel/toolchain supports it.
> Interworking now requires some EAP support so make it conditional on it.

Correct.

> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---

[..]

> diff --git a/package/wpa_supplicant/wpa_supplicant.mk 
> b/package/wpa_supplicant/wpa_supplicant.mk
> index 9321f08..8483e44 100644
> --- a/package/wpa_supplicant/wpa_supplicant.mk
> +++ b/package/wpa_supplicant/wpa_supplicant.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -WPA_SUPPLICANT_VERSION = 2.1
> +WPA_SUPPLICANT_VERSION = 2.2
>  WPA_SUPPLICANT_SITE = http://hostap.epitest.fi/releases
>  WPA_SUPPLICANT_LICENSE = GPLv2/BSD-3c
>  WPA_SUPPLICANT_LICENSE_FILES = README
> @@ -23,8 +23,8 @@ WPA_SUPPLICANT_CONFIG_ENABLE = \
>  	CONFIG_IEEE80211AC	\
>  	CONFIG_IEEE80211N	\
>  	CONFIG_IEEE80211R	\
> -	CONFIG_INTERWORKING	\
> -	CONFIG_INTERNAL_LIBTOMMATH
> +	CONFIG_INTERNAL_LIBTOMMATH \
> +	CONFIG_ELOOP_EPOLL
>  
>  WPA_SUPPLICANT_CONFIG_DISABLE = \
>  	CONFIG_SMARTCARD
> @@ -46,7 +46,7 @@ endif
>  ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)
>  	WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_EAP_
>  else
> -	WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_EAP
> +	WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_EAP CONFIG_INTERWORKING

But now CONFIG_INTERWORKING is never enabled. Am I missing something?

>  endif
>  
>  ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT),y)

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2014-06-05 11:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 11:36 [Buildroot] [PATCH] wpa_supplicant: bump to version 2.2 Gustavo Zacarias
2014-06-05 11:53 ` Baruch Siach [this message]
2014-06-05 12:02   ` Gustavo Zacarias

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=20140605115328.GN4193@tarshish \
    --to=baruch@tkos.co.il \
    --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.