From: Hannu Nyman Date: Sat, 16 Apr 2016 09:14:53 +0000 (+0300) Subject: luci-app-transmission: remove dependency on transmission-daemon X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4612c241d276d7f4b3bb8919b0f3319bf525c237;ds=sidebyside 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 --- 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 +# Copyright (C) 2008-2016 The LuCI Team # # 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