Skip to content

Mesh gateway missing from bcm2708 build target #122

@Ambrotos

Description

@Ambrotos
  • 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:

  1. Download, install, and boot the latest build of gateway OS for the bcm2708 target.
  2. Attempt to navigate to the Mesh configuration tab.
Component Version
ChirpStack Gateway OS v4.6.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions