transmission-web-control: remove Transmission SSL variants 13877/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 8 Nov 2020 10:34:50 +0000 (11:34 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 8 Nov 2020 10:38:15 +0000 (11:38 +0100)
In recent commits, there were removed Transmission SSL variants and
there is just used one variant of transmission-daemon. Let's adjust it here as well.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/transmission-web-control/Makefile

index 32d554faf5ee84186b9ff12c3e5866ea69e1c93c..f9342217eeac7a2836b0a7737e7bafbcf20f8f0a 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission-web-control
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/ronggang/transmission-web-control
@@ -19,7 +19,7 @@ define Package/transmission-web-control
   SECTION:=net
   CATEGORY:=Network
   SUBMENU:=BitTorrent
-  DEPENDS:=@(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls)
+  DEPENDS:=+transmission-daemon
   CONFLICTS:=transmission-web
   TITLE:=Transmission Web Control
   URL:=https://github.com/ronggang/transmission-web-control