diff mbox series

[OpenWrt-Devel,19.07,02/14] hostapd: Allow CONFIG_IEEE80211W for all but mini variant

Message ID 20191106110514.20413-3-ynezz@true.cz
State Changes Requested
Headers show
Series bump hostap to latest stable release | expand

Commit Message

Petr Štetiar Nov. 6, 2019, 11:05 a.m. UTC
From: Hauke Mehrtens <hauke@hauke-m.de>

This commit will activate CONFIG_IEEE80211W for all, but the mini
variant when at least one driver supports it. This will add ieee80211w
support for the mesh variant for example.

Fixes: FS#2397
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 1d4df52c215874a5238ddef7bccf0139f7758c24)
---
 package/network/services/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Golle Nov. 6, 2019, 11:15 a.m. UTC | #1
Hi Petr,

On Wed, Nov 06, 2019 at 12:05:07PM +0100, Petr Štetiar wrote:
> From: Hauke Mehrtens <hauke@hauke-m.de>
> 
> This commit will activate CONFIG_IEEE80211W for all, but the mini
> variant when at least one driver supports it. This will add ieee80211w
> support for the mesh variant for example.
> 
> Fixes: FS#2397
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> (cherry picked from commit 1d4df52c215874a5238ddef7bccf0139f7758c24)
> ---
>  package/network/services/hostapd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
> index 233ef389ae50..d0866f670c0b 100644
> --- a/package/network/services/hostapd/Makefile
> +++ b/package/network/services/hostapd/Makefile
> @@ -7,7 +7,7 @@
>  include $(TOPDIR)/rules.mk
>  
>  PKG_NAME:=hostapd
> -PKG_RELEASE:=9
> +PKG_RELEASE:=7
>  
>  PKG_SOURCE_URL:=http://w1.fi/hostap.git
>  PKG_SOURCE_PROTO:=git
> 

Looks like you forgot to `git add`, also in patch 3 and 4...
Petr Štetiar Nov. 6, 2019, 11:46 a.m. UTC | #2
Daniel Golle <daniel@makrotopia.org> [2019-11-06 12:15:47]:

Hi,

> > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> > (cherry picked from commit 1d4df52c215874a5238ddef7bccf0139f7758c24)
> 
> Looks like you forgot to `git add`, also in patch 3 and 4...

hm, thanks for spotting it, this is interesting as I've used `git
cherry-pick -x hash`, I'll fix that.

-- ynezz
Hauke Mehrtens Nov. 6, 2019, 11:16 p.m. UTC | #3
On 11/6/19 12:46 PM, Petr Štetiar wrote:
> Daniel Golle <daniel@makrotopia.org> [2019-11-06 12:15:47]:
> 
> Hi,
> 
>>> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
>>> (cherry picked from commit 1d4df52c215874a5238ddef7bccf0139f7758c24)
>>
>> Looks like you forgot to `git add`, also in patch 3 and 4...
> 
> hm, thanks for spotting it, this is interesting as I've used `git
> cherry-pick -x hash`, I'll fix that.
> 
> -- ynezz

Some of these patches are already backported to the 19.07 branch.
diff mbox series

Patch

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 233ef389ae50..d0866f670c0b 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hostapd
-PKG_RELEASE:=9
+PKG_RELEASE:=7
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git