File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
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.6.11
9+ PKG_VERSION: =2.7.5
1010PKG_RELEASE: =1
1111# TODO renovate
12- PKG_SOURCE_VERSION: =v2.6.11.60ec05e
12+ PKG_SOURCE_VERSION: =v2.7.5.ddd1499
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: =2c95061b198750886b4d228021cc372c1f7af2de9ff4cebb4b631934d6e54bf6
18+ PKG_MIRROR_HASH: =57587f27b2b3cb6a72e4b100f39f8e4fdce4f603e14fe3ac6d6809fba21f1619
1919PKG_BUILD_DEPENDS: = \
2020 python3/host \
2121 python-platformio/host \
@@ -98,6 +98,10 @@ PLATFORMIO_BUILD_FLAGS = \
9898 $(if $(CONFIG_MESHTASTICD_ENABLE_WEB ) ,-lssl -lcrypto) \
9999 $(if $(CONFIG_MESHTASTICD_ENABLE_WEB ) ,-lorcania -lyder -lulfius)
100100
101+ # Workaround until https://github.com/meshtastic/firmware/pull/7620 is merged
102+ PLATFORMIO_BUILD_FLAGS += \
103+ -D ARCH_PORTDUINO
104+
101105define Build/Compile
102106 TARGET_AR="$(TARGET_AR ) " \
103107 TARGET_AS="$(TARGET_CC ) -c $(TARGET_ASFLAGS ) " \
You can’t perform that action at this time.
0 commit comments