-
-
Notifications
You must be signed in to change notification settings - Fork 68
Description
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
What happened?
Attempting to navigate to the Mesh page in the LuCI GUI of the latest base image of Chirpstack Gateway OS results in an RPC call error saying resource not found. I believe this issue is specific to the bcm2708 build target.
What did you expect?
The mesh page should either be included, or the option to navigate to it should be removed if it is not supported. I believe this issue is simply because the makefile for the bcm2708 build target is missing the line:
CONFIG_PACKAGE_chirpstack-gateway-mesh=y
I have cloned the repo, used make menuconfig to add the mesh gateway package to the bcm2708 build target, and compiled a local build. I have it installed on my raspberry pi 1 and everything seems to be running properly. Was this exclusion of the mesh gateway package from the bcm2708 build target accidental, or is there a specific reason gateway mesh functionality isn't supported on this build target?
Steps to reproduce this issue
Steps:
- Download, install, and boot the latest build of gateway OS for the bcm2708 target.
- Attempt to navigate to the Mesh configuration tab.
Component | Version |
---|---|
ChirpStack Gateway OS | v4.6.2 |