diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-03 19:33:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-03 19:33:16 +0000 |
commit | e7b45d71da493146ba810a1188e690a070ad67f0 (patch) | |
tree | 7d07b1a48ea0e43858315861400c8010e1bf8a0c /contrib | |
parent | 8084c460a1ffe70c39fcd1bb4aeb808c81e43231 (diff) |
* luci/contrib: drop "(incomplete)" notice in Makefile for statistics
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 427fb20cf..2b5befa19 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -273,7 +273,7 @@ endef define Package/luci-app-statistics $(call Package/luci/webtemplate) DEPENDS+=+luci-mod-admin-core +collectd +collectd-mod-rrdtool1 +rrdtool1 - TITLE:=LuCI Statistics Application (incomplete) + TITLE:=LuCI Statistics Application endef define Package/luci-app-statistics/conffiles |