File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk
66
77PKG_NAME: =meshtasticd
88# TODO renovate
9- PKG_VERSION: =2.7.15
9+ PKG_VERSION: =2.7.21
1010PKG_RELEASE: =1
1111# TODO renovate
12- PKG_SOURCE_VERSION: =v2.7.15.567b8ea
12+ PKG_SOURCE_VERSION: =v2.7.21.1370b23
1313
1414PKG_BUILD_DIR: =$(BUILD_DIR ) /$(PKG_NAME ) -$(PKG_VERSION )
1515PKG_SOURCE_PROTO: =git
1616PKG_SOURCE_URL: =https://github.com/meshtastic/firmware.git
1717# TODO renovate?
18- PKG_MIRROR_HASH: =494c4f4f84719237b08fc487c66c2c7a3b760b4b1d9a929358fcc801c67d8bcc
18+ PKG_MIRROR_HASH: =da7abae094abe3e924aa6f051762501e494cfa679fdcad97a68dc07faf4a64b0
1919PKG_BUILD_DEPENDS: = \
2020 python3/host \
2121 python-platformio/host \
@@ -117,7 +117,7 @@ endef
117117
118118define 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
You can’t perform that action at this time.
0 commit comments