mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
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:
parent
8f8ca4018a
commit
a92d03ecaf
@ -45,6 +45,7 @@ $(call Package/iperf3/default)
|
||||
TITLE+= with iperf_auth support
|
||||
VARIANT:=ssl
|
||||
DEPENDS:=+libopenssl
|
||||
CONFLICTS:=iperf3
|
||||
endef
|
||||
|
||||
define Package/libiperf3
|
||||
|
Loading…
Reference in New Issue
Block a user