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.
This commit is contained in:
Roman Azarenko 2025-10-29 22:48:43 +01:00
parent 67bf2c0227
commit fe1cdbd9bc
No known key found for this signature in database

View file

@ -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