diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-04-16 12:14:53 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-04-16 12:14:53 +0300 |
commit | 4612c241d276d7f4b3bb8919b0f3319bf525c237 (patch) | |
tree | 5a8e9b85658ad3f3e1fabec4dd6d244afda91073 | |
parent | 9c77aea4dfa9c8fae39f51d95d7a0852f8f8800c (diff) |
luci-app-transmission: remove dependency on transmission-daemon
transmission-daemon was split to -openssl and -polarssl variants,
so the old dependency needs to be removed.
luci-app-transmission will not install the transmission package
from now on. Instead the required transmission-daemon variant
needs to be installed separately.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
-rw-r--r-- | applications/luci-app-transmission/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile index 45175b7d1..668c73185 100644 --- a/applications/luci-app-transmission/Makefile +++ b/applications/luci-app-transmission/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Transmission -LUCI_DEPENDS:=+transmission-daemon +LUCI_DEPENDS:= include ../../luci.mk |