From a92d03ecaf6e272ff63485a7388c9f54ec036004 Mon Sep 17 00:00:00 2001 From: Jakub Raczynski Date: Sat, 2 Mar 2024 21:07:43 +0800 Subject: [PATCH] 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 --- net/iperf3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index df730018..c03e0cd1 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -45,6 +45,7 @@ $(call Package/iperf3/default) TITLE+= with iperf_auth support VARIANT:=ssl DEPENDS:=+libopenssl + CONFLICTS:=iperf3 endef define Package/libiperf3