diff --git a/meshtasticd/Makefile b/meshtasticd/Makefile index dacba84..8432919 100644 --- a/meshtasticd/Makefile +++ b/meshtasticd/Makefile @@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshtasticd # TODO renovate -PKG_VERSION:=2.6.11 +PKG_VERSION:=2.7.5 PKG_RELEASE:=1 # TODO renovate -PKG_SOURCE_VERSION:=v2.6.11.60ec05e +PKG_SOURCE_VERSION:=v2.7.5.ddd1499 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/meshtastic/firmware.git # TODO renovate? -PKG_MIRROR_HASH:=2c95061b198750886b4d228021cc372c1f7af2de9ff4cebb4b631934d6e54bf6 +PKG_MIRROR_HASH:=57587f27b2b3cb6a72e4b100f39f8e4fdce4f603e14fe3ac6d6809fba21f1619 PKG_BUILD_DEPENDS:= \ python3/host \ python-platformio/host \ @@ -98,6 +98,10 @@ PLATFORMIO_BUILD_FLAGS = \ $(if $(CONFIG_MESHTASTICD_ENABLE_WEB),-lssl -lcrypto) \ $(if $(CONFIG_MESHTASTICD_ENABLE_WEB),-lorcania -lyder -lulfius) +# Workaround: Remove after v2.7.6 +# https://github.com/meshtastic/firmware/pull/7620 +PLATFORMIO_BUILD_FLAGS += -D ARCH_PORTDUINO + define Build/Compile TARGET_AR="$(TARGET_AR)" \ TARGET_AS="$(TARGET_CC) -c $(TARGET_ASFLAGS)" \