From: Florian Eckert Date: Thu, 13 Feb 2020 12:19:46 +0000 (+0100) Subject: luci-app-statistics: making the description of dependencies clearer X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ddc545f0f2010a542f9b455b38a3c087d585385f;p=oweals%2Fluci.git luci-app-statistics: making the description of dependencies clearer Signed-off-by: Florian Eckert --- 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