diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-13 13:19:46 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-03-04 09:41:36 +0100 |
commit | ddc545f0f2010a542f9b455b38a3c087d585385f (patch) | |
tree | 715d5e8bf57756a3ad946b0b284f0a1f954e176e /applications/luci-app-statistics/Makefile | |
parent | aa2445cdd85109987b893fb950adbe7d3ef2dddb (diff) |
luci-app-statistics: making the description of dependencies clearer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-statistics/Makefile')
-rw-r--r-- | applications/luci-app-statistics/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile index 8010e7e24..d2af8abc0 100644 --- a/applications/luci-app-statistics/Makefile +++ b/applications/luci-app-statistics/Makefile @@ -8,10 +8,17 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Statistics Application LUCI_DEPENDS:= \ - +luci-base +luci-lib-jsonc \ - +collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \ - +collectd-mod-cpu +collectd-mod-memory \ - +collectd-mod-interface +collectd-mod-load +collectd-mod-network + +luci-base \ + +luci-lib-jsonc \ + +collectd \ + +rrdtool1 \ + +collectd-mod-rrdtool \ + +collectd-mod-iwinfo \ + +collectd-mod-cpu \ + +collectd-mod-memory \ + +collectd-mod-interface \ + +collectd-mod-load \ + +collectd-mod-network define Package/luci-app-statistics/conffiles /etc/config/luci_statistics |