luci-app-transmission: add dependency for transmission-daemon

In recent changes in packages feed
(56e4edad82),
there were removed variants, so if you will install
luci-app-transmission now, it will pull also transmission-daemon
and users do not need to install it separately.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2020-10-27 11:01:32 +01:00 committed by Hannu Nyman
parent 6354cb82ba
commit 8e12bc15dc

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for Transmission
LUCI_DEPENDS:=
LUCI_DEPENDS:=+transmission-daemon
include ../../luci.mk