transmission-web-control: remove Transmission SSL variants
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>
This commit is contained in:
parent
dd4bf5efe7
commit
be3c927894
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=transmission-web-control
|
PKG_NAME:=transmission-web-control
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/ronggang/transmission-web-control
|
PKG_SOURCE_URL:=https://github.com/ronggang/transmission-web-control
|
||||||
|
@ -19,7 +19,7 @@ define Package/transmission-web-control
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=BitTorrent
|
SUBMENU:=BitTorrent
|
||||||
DEPENDS:=@(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls)
|
DEPENDS:=+transmission-daemon
|
||||||
CONFLICTS:=transmission-web
|
CONFLICTS:=transmission-web
|
||||||
TITLE:=Transmission Web Control
|
TITLE:=Transmission Web Control
|
||||||
URL:=https://github.com/ronggang/transmission-web-control
|
URL:=https://github.com/ronggang/transmission-web-control
|
||||||
|
|
Loading…
Reference in a new issue