From 9edf0dbb7c83594e1abedb2f264edf612079b470 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 7 May 2009 20:38:01 +0000 Subject: [PATCH] luci-0.8: fix collectd-mod-interface dependency for luci-app-statistics --- contrib/package/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2