diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-18 21:51:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-18 21:51:44 +0000 |
commit | e39b2bff3f01f299201d6c394cbeb7e28e852758 (patch) | |
tree | 7df1567cb16ca486a442bd6df408dae913ad3e4a /contrib | |
parent | 758c06df583f439f625d5a62688d291654234e5b (diff) |
* luci/applications: add experimental realtime statistics
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5096a43a2..68bb3ec72 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -514,6 +514,16 @@ define Package/luci-app-initmgr/install $(call Package/luci/install/template,$(1),applications/luci-initmgr) endef +define Package/luci-app-livestats + $(call Package/luci/webtemplate) + DEPENDS+=+luci-admin-full +luci-admin-rpc + TITLE:=LuCI Realtime Statistics (Experimental) +endef + +define Package/luci-app-livestats/install + $(call Package/luci/install/template,$(1),applications/luci-livestats) +endef + ### Server Gateway Interfaces ### @@ -843,6 +853,7 @@ $(eval $(call BuildPackage,luci-app-ushare)) $(eval $(call BuildPackage,luci-app-hd_idle)) $(eval $(call BuildPackage,luci-app-tinyproxy)) $(eval $(call BuildPackage,luci-app-initmgr)) +$(eval $(call BuildPackage,luci-app-livestats)) $(eval $(call BuildPackage,luci-sgi-cgi)) $(eval $(call BuildPackage,luci-sgi-luci)) |