meshtasticd: update to 2.7.26 - #30548
Merged
Merged
Conversation
Release Notes: https://github.com/meshtastic/firmware/releases/tag/v2.7.26.54e0d8d Signed-off-by: Austin Lane <vidplace7@gmail.com>
openwrt-ai
reviewed
Sep 17, 2026
openwrt-ai
left a comment
Collaborator
There was a problem hiding this comment.
Commit checks
- 40c564c "meshtasticd: update to 2.7.26" — the message covers only the version bump; the install-path change from
programtomeshtasticdis explained in the PR body but not in the commit, where it will be the only record after merge. Worth one line in the body.
Generated by Claude Code
| PKG_RELEASE:=2 | ||
| PKG_VERSION:=2.7.26 | ||
| PKG_SOURCE_VERSION:=v$(PKG_VERSION).54e0d8d | ||
| PKG_RELEASE:=1 |
Collaborator
There was a problem hiding this comment.
meshtasticd-web derives its version from this counter (VERSION:=$(FRONTEND_VERSION)-r$(PKG_RELEASE) at Makefile:78), and FRONTEND_VERSION stays at 2.6.7 here, so that package goes backwards from 2.6.7-r2 to 2.6.7-r1 and installed devices won't take it as an upgrade. Giving the frontend its own release counter would keep it monotonic across PKG_RELEASE resets.
Generated by Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @vidplace7 (me), @GeorgeSapkin
Description:
Update meshtasticd to v2.7.26
Release Notes:
https://github.com/meshtastic/firmware/releases/tag/v2.7.26.54e0d8d
Note: Compilation output file name was changed from
programtomeshtasticdupstream with this release; packaging was updated accordingly.🧪 Run Testing Details
✅ Formalities