luci-app-transmission: add dependency for transmission-daemon
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 27 Oct 2020 10:01:32 +0000 (11:01 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 27 Oct 2020 11:28:24 +0000 (13:28 +0200)
In recent changes in packages feed
(https://github.com/openwrt/packages/commit/56e4edad82211c14528122566f56168f1bee0fd8),
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>
applications/luci-app-transmission/Makefile

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