luci-mod-network: steering flow - permit only integer value
[project/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 PKG_LICENSE:=Apache-2.0
10
11 LUCI_TITLE:=LuCI Statistics Application
12 LUCI_DEPENDS:= \
13 +luci-base \
14 +collectd \
15 +rrdtool1 \
16 +collectd-mod-rrdtool \
17 +collectd-mod-iwinfo \
18 +collectd-mod-cpu \
19 +collectd-mod-memory \
20 +collectd-mod-interface \
21 +collectd-mod-load \
22 +collectd-mod-network
23
24 define Package/luci-app-statistics/conffiles
25 /etc/config/luci_statistics
26 endef
27
28 include ../../luci.mk
29
30 # call BuildPackage - OpenWrt buildroot signature