luci-app-statistics: making the description of dependencies clearer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
aa2445cdd8
commit
ddc545f0f2
1 changed files with 11 additions and 4 deletions
|
@ -8,10 +8,17 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI Statistics Application
|
LUCI_TITLE:=LuCI Statistics Application
|
||||||
LUCI_DEPENDS:= \
|
LUCI_DEPENDS:= \
|
||||||
+luci-base +luci-lib-jsonc \
|
+luci-base \
|
||||||
+collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \
|
+luci-lib-jsonc \
|
||||||
+collectd-mod-cpu +collectd-mod-memory \
|
+collectd \
|
||||||
+collectd-mod-interface +collectd-mod-load +collectd-mod-network
|
+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
|
define Package/luci-app-statistics/conffiles
|
||||||
/etc/config/luci_statistics
|
/etc/config/luci_statistics
|
||||||
|
|
Loading…
Reference in a new issue