summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2020-10-27 11:01:32 +0100
committerHannu Nyman <hannu.nyman@iki.fi>2020-10-27 13:28:24 +0200
commit8e12bc15dc7b26ee27c94d409093d9359409358b (patch)
tree14e5c0e42bb131f32477c32883c84f0d4a05f7f5
parent6354cb82bafe3dadec073f44c34372d67e9371ed (diff)
luci-app-transmission: add dependency for transmission-daemon
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>
-rw-r--r--applications/luci-app-transmission/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile
index 668c73185..d0fddbefe 100644
--- a/applications/luci-app-transmission/Makefile
+++ b/applications/luci-app-transmission/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for Transmission
-LUCI_DEPENDS:=
+LUCI_DEPENDS:=+transmission-daemon
include ../../luci.mk