Skip to content

Commit d2247f8

Browse files
committed
meshtasticd v2.7.21.1370b23
1 parent 2671621 commit d2247f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meshtasticd/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=meshtasticd
88
# TODO renovate
9-
PKG_VERSION:=2.7.15
9+
PKG_VERSION:=2.7.21
1010
PKG_RELEASE:=1
1111
# TODO renovate
12-
PKG_SOURCE_VERSION:=v2.7.15.567b8ea
12+
PKG_SOURCE_VERSION:=v2.7.21.1370b23
1313

1414
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/meshtastic/firmware.git
1717
# TODO renovate?
18-
PKG_MIRROR_HASH:=494c4f4f84719237b08fc487c66c2c7a3b760b4b1d9a929358fcc801c67d8bcc
18+
PKG_MIRROR_HASH:=da7abae094abe3e924aa6f051762501e494cfa679fdcad97a68dc07faf4a64b0
1919
PKG_BUILD_DEPENDS:= \
2020
python3/host \
2121
python-platformio/host \
@@ -117,7 +117,7 @@ endef
117117

118118
define Package/meshtasticd/install
119119
$(INSTALL_DIR) $(1)/usr/bin
120-
$(INSTALL_BIN) $(PKG_BUILD_DIR)/.pio/build/buildroot/program $(1)/usr/bin/meshtasticd
120+
$(INSTALL_BIN) $(PKG_BUILD_DIR)/.pio/build/buildroot/meshtasticd $(1)/usr/bin/meshtasticd
121121

122122
$(INSTALL_DIR) $(1)/etc/meshtasticd
123123
$(INSTALL_CONF) $(PKG_BUILD_DIR)/bin/config-dist.yaml $(1)/etc/meshtasticd/config.yaml

0 commit comments

Comments
 (0)