mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 09:07:30 +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
|
TITLE+= with iperf_auth support
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
|
CONFLICTS:=iperf3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libiperf3
|
define Package/libiperf3
|
||||||
|
Loading…
Reference in New Issue
Block a user