2014-12-03 14:17:05 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Statistics Application
|
|
|
|
LUCI_DEPENDS:= \
|
2019-11-03 16:49:58 +00:00
|
|
|
+luci-compat +luci-lib-iptparser \
|
2014-12-03 14:17:05 +00:00
|
|
|
+collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \
|
2016-09-04 10:18:59 +00:00
|
|
|
+collectd-mod-cpu +collectd-mod-memory \
|
2014-12-03 14:17:05 +00:00
|
|
|
+collectd-mod-interface +collectd-mod-load +collectd-mod-network
|
|
|
|
|
2016-12-10 09:20:01 +00:00
|
|
|
define Package/luci-app-statistics/conffiles
|
|
|
|
/etc/config/luci_statistics
|
|
|
|
endef
|
|
|
|
|
2014-12-03 14:17:05 +00:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|