From 4612c241d276d7f4b3bb8919b0f3319bf525c237 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 16 Apr 2016 12:14:53 +0300 Subject: [PATCH 1/1] 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 --- applications/luci-app-transmission/Makefile | 4 ++-- 1 file 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 +# 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 -- 2.11.0