Josef Schlehofer
e7f47d09e8
wifi-presence: bump PKG_RELEASE
...
It is necessary to bump PKG_RELEASE, because existing installation of
wifi-presence wouldnt know about this fix, so this ensures versioning
and as well that existing installation will require update with
this fix.
Fixes: 87175e4ca3 ("wifi-presence: fix reading mqttID from config")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2025-05-22 14:23:10 +02:00
Clair-Loup Sergent
87175e4ca3
wifi-presence: fix reading mqttID from config
...
Typo error in mqttID config value
Signed-off-by: Clair-Loup Sergent <sergent.cl@laposte.net >
2025-05-16 14:05:26 +01:00
Andre Heider
565866a472
treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
...
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.
Signed-off-by: Andre Heider <a.heider@gmail.com >
2023-04-08 08:38:54 +02:00
Adam Williams
e1fca948cb
wifi-presence: Update to version v0.3.0
...
This version handles the new hostapd connect message format,
as introduced in: https://github.com/openwrt/openwrt/commit/8cb995445a26ee124e40b8ef97cc0ddd9d10f82a
Signed-off-by: Adam Williams <pwnfactory@gmail.com >
2022-11-21 19:35:01 +00:00
Adam Williams
44443e1241
wifi-presence: Update to version v0.2.0
...
This version better decodes SSID names which contain emoji, control
characters, and other non-ascii characters.
https://github.com/awilliams/wifi-presence/pull/8
Signed-off-by: Adam Williams <pwnfactory@gmail.com >
2022-09-22 01:22:07 -07:00
Adam Williams
a03282f0db
wifi-presence: Add config for process user/group
...
On systems using seccomp, the hostapd socket files will be owned by the
'network' user/group ([source][0]). In this case, if wifi-presence is
run as root/root, then it does not have permissions to open the
hostapd socket files. This was discussed in awilliams/wifi-presence#3 .
This change allows the process user/group to be specified in
/etc/config/wifi-presence. If no explicit user/group is set, then the
init script will use the owner of the socket files in /var/run/hostapd/
to determine the appropriate process user/group.
[0]: https://github.com/openwrt/openwrt/blob/ec6293febc244d187e71a6e54f44920be679cde4/package/network/services/hostapd/files/wpad.init#L35-L36
Signed-off-by: Adam Williams <pwnfactory@gmail.com >
2022-05-20 12:12:15 -07:00
Adam Williams
aabd0da680
wifi-presence: add new package
...
See https://github.com/awilliams/wifi-presence for details.
Signed-off-by: Adam Williams <pwnfactory@gmail.com >
2022-04-05 13:37:55 +01:00