diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-14 08:25:42 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-14 08:26:03 +0100 |
commit | 888be193bdfd99e6f8f3af9357e5b8f9d67047e2 (patch) | |
tree | 2136861e3fb10a4754675b8d2bdb668903d8d8d1 /applications/luci-app-statistics/Makefile | |
parent | effb720741534acc12891c149bafa832f9419a6c (diff) |
luci-app-statistics: remove unused dependencies
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-statistics/Makefile')
-rw-r--r-- | applications/luci-app-statistics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile index e1919b682..8010e7e24 100644 --- a/applications/luci-app-statistics/Makefile +++ b/applications/luci-app-statistics/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Statistics Application LUCI_DEPENDS:= \ - +luci-compat +luci-lib-iptparser +luci-lib-jsonc \ + +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 |