Skip to content

Commit

Permalink
information: add firmware-version
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Apr 5, 2024
1 parent 491cb5d commit 40e3b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openwrt/node-whisperer/files/node-whisperer.uci
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ config settings 'settings'
list information 'site_code'
list information 'domain'
list information 'system_load'
list information 'firmware_version'
list information 'batman_adv'
1 change: 1 addition & 0 deletions src/information.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ struct nw_information_source information_sources[] = {
INFORMATION_SOURCE(site_code, 3),
INFORMATION_SOURCE(domain, 4),
INFORMATION_SOURCE(system_load, 5),
INFORMATION_SOURCE(firmware_version, 6),
INFORMATION_SOURCE(batman_adv, 20),
{},
};

0 comments on commit 40e3b2a

Please sign in to comment.