From: Jo-Philipp Wich Date: Thu, 7 May 2009 20:38:01 +0000 (+0000) Subject: luci-0.8: fix collectd-mod-interface dependency for luci-app-statistics X-Git-Tag: 0.8.7~47 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9edf0dbb7c83594e1abedb2f264edf612079b470;p=project%2Fluci.git luci-0.8: fix collectd-mod-interface dependency for luci-app-statistics --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 028a218fa0..f9d0e91a7e 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -406,7 +406,7 @@ define Package/luci-app-statistics +PACKAGE_luci-app-statistics:rrdtool1 \ +PACKAGE_luci-app-statistics:collectd-mod-rrdtool1 \ +PACKAGE_luci-app-statistics:collectd-mod-wireless \ - +PACKAGE_luci-app-statistics:collectd-mod-interfaces \ + +PACKAGE_luci-app-statistics:collectd-mod-interface \ +PACKAGE_luci-app-statistics:collectd-mod-load TITLE:=LuCI Statistics Application endef