summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-09 18:06:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-09 18:06:38 +0000
commitbd3a414f65a0fcdf056537f06b58fc26991d137a (patch)
tree77df6a4ca4928854757678dd34401a7d6b85e8da /contrib
parent86a5b610feedada4b620fdf7f369d01c03166fa0 (diff)
contrib/package: make luci-app-statistics depend on collectd-mod-iwinfo
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 5f8afa573..f83538703 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -355,7 +355,7 @@ $(eval $(call application,statistics,LuCI Statistics Application,\
+PACKAGE_luci-app-statistics:collectd \
+PACKAGE_luci-app-statistics:rrdtool1 \
+PACKAGE_luci-app-statistics:collectd-mod-rrdtool \
- +PACKAGE_luci-app-statistics:collectd-mod-wireless \
+ +PACKAGE_luci-app-statistics:collectd-mod-iwinfo \
+PACKAGE_luci-app-statistics:collectd-mod-interface \
+PACKAGE_luci-app-statistics:collectd-mod-load))