Merge pull request #3956 from TDT-AG/pr/20200422-add-proto-bonding
[oweals/luci.git] / applications / luci-app-statistics / Makefile
1 #
2 # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=LuCI Statistics Application
10 LUCI_DEPENDS:= \
11         +luci-base \
12         +luci-lib-jsonc \
13         +collectd \
14         +rrdtool1 \
15         +collectd-mod-rrdtool \
16         +collectd-mod-iwinfo \
17         +collectd-mod-cpu \
18         +collectd-mod-memory \
19         +collectd-mod-interface \
20         +collectd-mod-load \
21         +collectd-mod-network
22
23 define Package/luci-app-statistics/conffiles
24 /etc/config/luci_statistics
25 endef
26
27 include ../../luci.mk
28
29 # call BuildPackage - OpenWrt buildroot signature