Skip to content

Commit

Permalink
ffda-node-whisperer: update to latest HEAD
Browse files Browse the repository at this point in the history
This bump will limit the braodcast of the diagnostic-information to the
unencrypted network in case OWE is enabled for a given site.

Also it fixes an issue where system-load is always reported as 0.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Apr 19, 2024
1 parent a491d7b commit bd78c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ffda-node-whisperer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/blocktrron/node-whisperer.git
PKG_SOURCE_DATE:=2024-04-10
PKG_SOURCE_VERSION:=d449a4843a17e64e27c097fe6ed2a4fd54a75d7a
PKG_MIRROR_HASH:=91af33b88b35496cb0828d5a1418111aede8c3dc64fb3b0b0d4c731d579b633d
PKG_SOURCE_DATE:=2024-04-19
PKG_SOURCE_VERSION:=ba0dac5a0197e9df3362dc3c3833821c78489004

PKG_MAINTAINER:=David Bauer <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down
2 changes: 2 additions & 0 deletions ffda-node-whisperer/files/node-whisperer.upgrade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ uci:section('node-whisperer', 'settings', 'settings', {
disabled = disabled,
})
uci:set('node-whisperer', 'settings', 'information', sources)
-- This also works on single-band devices
uci:set('node-whisperer', 'settings', 'interface', {'client0', 'client1'})
uci:commit('node-whisperer')

0 comments on commit bd78c4c

Please sign in to comment.