From 18c9a03770793e084eab5601d51b21ca4b374f75 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Tue, 30 Apr 2019 02:30:30 +0800 Subject: [PATCH] transmission-web: set conflicts with transmission-web-control Signed-off-by: Richard Yu --- net/transmission/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 3ce72d831..271f12271 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -86,6 +86,7 @@ define Package/transmission-web $(call Package/transmission/template) TITLE+= (webinterface) DEPENDS:=@(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) + CONFLICTS:=transmission-web-control PKGARCH:=all endef