diff mbox series

[LEDE-DEV,resend,3/3] hostapd: bump PKG_RELEASE

Message ID 1510692091-1633-4-git-send-email-public_timo.s@silentcreek.de
State Rejected
Delegated to: Stijn Tintel
Headers show
Series hostapd: Address some limitations of wpa_disable_eapol_key_retries | expand

Commit Message

Timo Sigurdsson Nov. 14, 2017, 8:41 p.m. UTC
Increase PKG_RELEASE after latest changes to hostapd, so downstream
users can fetch updates via opkg.

Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
---
 package/network/services/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stijn Tintel Dec. 7, 2017, 12:35 a.m. UTC | #1
On 14-11-17 21:41, Timo Sigurdsson wrote:
> Increase PKG_RELEASE after latest changes to hostapd, so downstream
> users can fetch updates via opkg.
>
You should have bumped PKG_RELEASE in the previous commit. I've done
that in my staging tree.

Thanks,
Stijn
Timo Sigurdsson Dec. 7, 2017, 11:04 a.m. UTC | #2
Hi,

Stijn Tintel schrieb am 07.12.2017 01:35:

> On 14-11-17 21:41, Timo Sigurdsson wrote:
>> Increase PKG_RELEASE after latest changes to hostapd, so downstream
>> users can fetch updates via opkg.
>>
> You should have bumped PKG_RELEASE in the previous commit. I've done
> that in my staging tree.
> 

thanks for the fixup. I'll send patches later tonight backporting these two commits
to the 17.04 branch.

Regards,

Timo
Stijn Tintel Dec. 7, 2017, 11:05 a.m. UTC | #3
On 07-12-17 12:04, Timo Sigurdsson wrote:
> Hi,
>
> Stijn Tintel schrieb am 07.12.2017 01:35:
>
>> On 14-11-17 21:41, Timo Sigurdsson wrote:
>>> Increase PKG_RELEASE after latest changes to hostapd, so downstream
>>> users can fetch updates via opkg.
>>>
>> You should have bumped PKG_RELEASE in the previous commit. I've done
>> that in my staging tree.
>>
> thanks for the fixup. I'll send patches later tonight backporting these two commits
> to the 17.04 branch.
>
If they can be cherry-picked that is the preferred method, then there is
no need to send patches. I can look into it tonight.

Stijn
Timo Sigurdsson Dec. 7, 2017, 1:07 p.m. UTC | #4
Hi Stijn,

Stijn Tintel schrieb am 07.12.2017 12:05:

> On 07-12-17 12:04, Timo Sigurdsson wrote:
>> Hi,
>>
>> Stijn Tintel schrieb am 07.12.2017 01:35:
>>
>>> On 14-11-17 21:41, Timo Sigurdsson wrote:
>>>> Increase PKG_RELEASE after latest changes to hostapd, so downstream
>>>> users can fetch updates via opkg.
>>>>
>>> You should have bumped PKG_RELEASE in the previous commit. I've done
>>> that in my staging tree.
>>>
>> thanks for the fixup. I'll send patches later tonight backporting these two
>> commits
>> to the 17.04 branch.
>>
> If they can be cherry-picked that is the preferred method, then there is
> no need to send patches. I can look into it tonight.
> 
even better so! Thanks.

Regards,

Timo
diff mbox series

Patch

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 5a353e6..f1d057d 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:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git