diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-24 00:53:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-24 00:53:56 +0000 |
commit | af418dfc1b459ee944b67cb8dcfa9a78c573e682 (patch) | |
tree | 056d20a7db40c7076ecd0ffebb7466d6fbb42ece /contrib | |
parent | 748b9b94627df9068bd8ae7461d5258430b1709e (diff) |
contrib/package: collectd-mod-rrdtool1 was renamed, fix dependency
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index b243c3b66..99ce88fb4 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -541,7 +541,7 @@ define Package/luci-app-statistics $(call Package/luci/webtemplate) DEPENDS+=+luci-admin-full +PACKAGE_luci-app-statistics:collectd \ +PACKAGE_luci-app-statistics:rrdtool1 \ - +PACKAGE_luci-app-statistics:collectd-mod-rrdtool1 \ + +PACKAGE_luci-app-statistics:collectd-mod-rrdtool \ +PACKAGE_luci-app-statistics:collectd-mod-wireless \ +PACKAGE_luci-app-statistics:collectd-mod-interface \ +PACKAGE_luci-app-statistics:collectd-mod-load |