iperf3: Fix dependecy conflict with iperf3-ssl

When selecting both iperf3 and iperf3 ssl, there is a problem that
both packages install same binary file.
This patch fixes this issue by adding conflict between those packages.

Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
This commit is contained in:
Jakub Raczynski 2024-03-02 21:07:43 +08:00 committed by MilesPoupart
parent 8f8ca4018a
commit a92d03ecaf

View File

@ -45,6 +45,7 @@ $(call Package/iperf3/default)
TITLE+= with iperf_auth support
VARIANT:=ssl
DEPENDS:=+libopenssl
CONFLICTS:=iperf3
endef
define Package/libiperf3