]> git.99rst.org Git - openwrt-packages.git/commitdiff
meshtasticd: update to 2.7.26
authorAustin Lane <redacted>
Tue, 30 Jun 2026 22:56:24 +0000 (18:56 -0400)
committerAlexandru Ardelean <redacted>
Fri, 18 Sep 2026 16:14:06 +0000 (19:14 +0300)
Release Notes:
https://github.com/meshtastic/firmware/releases/tag/v2.7.26.54e0d8d

Signed-off-by: Austin Lane <redacted>
net/meshtasticd/Makefile

index 8e796bc40fa26d4fd5ee5fc12ba63f3f587df7ec..8f51fc0b50e3bdb30bc583f52765f7e40d269098 100644 (file)
@@ -3,14 +3,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=meshtasticd
-PKG_VERSION:=2.7.15
-PKG_SOURCE_VERSION:=v$(PKG_VERSION).567b8ea
-PKG_RELEASE:=2
+PKG_VERSION:=2.7.26
+PKG_SOURCE_VERSION:=v$(PKG_VERSION).54e0d8d
+PKG_RELEASE:=1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/meshtastic/firmware.git
-PKG_MIRROR_HASH:=07a85f6fb62103e841b88fbc38c2ed235b12dab8310fe4fe619c8a1754a9aa22
+PKG_MIRROR_HASH:=dc1d9843514b92590eaac0a329208b699e330522688215cfc8441c8945de4782
 
 FRONTEND_VERSION:=2.6.7
 FRONTEND_DEST:=$(PKG_NAME)-frontend-$(FRONTEND_VERSION).tar
@@ -166,7 +166,7 @@ define Package/meshtasticd-full/install
        $(INSTALL_BIN) ./files/meshtasticd.init $(1)/etc/init.d/meshtasticd
 
        $(INSTALL_DIR) $(1)/usr/bin
-       $(INSTALL_BIN) $(PKG_BUILD_DIR)/full/buildroot/program $(1)/usr/bin/meshtasticd
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/full/buildroot/meshtasticd $(1)/usr/bin/meshtasticd
 endef
 
 define Package/meshtasticd-avahi-service/install
git clone https://git.99rst.org/PROJECT