From fe1cdbd9bc229e500a53205fe216d572da8b4d5e Mon Sep 17 00:00:00 2001 From: Roman Azarenko Date: Wed, 29 Oct 2025 22:48:43 +0100 Subject: [PATCH] iopsys-analytics: move iperf3 from default build to analytics We're using `iperf3` for development and testing, so there is no need to include it in the default firmware builds. --- iopsys-analytics/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iopsys-analytics/Makefile b/iopsys-analytics/Makefile index 3ae60300b..ae21aa7e1 100644 --- a/iopsys-analytics/Makefile +++ b/iopsys-analytics/Makefile @@ -34,6 +34,9 @@ define Package/$(PKG_NAME) +@PACKAGE_syslog-ng:SYSLOGNG_LOGROTATE \ +PACKAGE_fluent-bit:logrotate \ +@DMCLI_REMOTE_CONNECTION + # tools used in development/testing + DEPENDS+= \ + +iperf3 endef