2014-12-03 14:17:05 +00:00
|
|
|
#
|
2016-04-16 09:14:53 +00:00
|
|
|
# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org>
|
2014-12-03 14:17:05 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for Transmission
|
2023-09-24 08:11:42 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +transmission-daemon
|
2014-12-03 14:17:05 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|