[OpenWrt-Devel] [PATCH 1/6] hostapd: update to version 2.8

Stefan Lippers-Hollmann s.l-h at gmx.de
Sun May 5 00:59:04 EDT 2019


Hi

Successfully build-tested on:
- ath79
- ipq806x
- lantiq

Succeffully runtime tested on:
- ipq806x

On 2019-05-04, Hauke Mehrtens wrote:
> This also syncs the configuration files with the default configuration
> files, but no extra options are activated or deactivated.
>
> The mesh patches were partially merged into hostapd 2.8, the remaining
> patches were extracted from patchwork and are now applied by OpenWrt.
> The patches still have open questions which are not fixed by the author.
> They were taken from this page:
> https://patchwork.ozlabs.org/project/hostap/list/?series=62725&state=*
>
> Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
Tested-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>

[...]
> --- a/package/network/services/hostapd/Makefile
> +++ b/package/network/services/hostapd/Makefile
> @@ -11,9 +11,9 @@ PKG_RELEASE:=6
>
>  PKG_SOURCE_URL:=http://w1.fi/hostap.git
>  PKG_SOURCE_PROTO:=git
> -PKG_SOURCE_DATE:=2018-12-02
[...]
> +PKG_SOURCE_DATE:=2.8
[...]

The version number goes backwards here, I'd suggest sticking to the
date here (2019-04-21) otherwise opkg would like to install the older
snapshot again:

# opkg update
[...]
# opkg list-upgradable
hostapd-utils - 2.8-63962824-6 - 2018-12-02-c2c6c01b-6
wpad-openssl - 2.8-63962824-6 - 2018-12-02-c2c6c01b-6
wpa-cli - 2.8-63962824-6 - 2018-12-02-c2c6c01b-6
hostapd-common - 2.8-63962824-6 - 2018-12-02-c2c6c01b-6

You might also want to reset PKG_RELEASE to 1:

--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk

 PKG_NAME:=hostapd
-PKG_RELEASE:=6
+PKG_RELEASE:=1

 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2.8
+PKG_SOURCE_DATE:=2019-04-21
 PKG_SOURCE_VERSION:=63962824309bb428e5f73d9caae08fcb949fbe36
 PKG_MIRROR_HASH:=c3d789b822428c92bd47b3c85d9dc36cced38f7affe885cc2bb15e54248a4566


--
Regards
	Stefan Lippers-Hollmann

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list