projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3637f6a
)
luci-0.8: fix collectd-mod-interface dependency for luci-app-statistics
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 20:38:01 +0000
(20:38 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 20:38:01 +0000
(20:38 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 028a218fa01a5c619248a187696b8bc689c39469..f9d0e91a7e6a0b7c2a762149fde376618fa49301 100644
(file)
--- 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-interface
s
\
+ +PACKAGE_luci-app-statistics:collectd-mod-interface \
+PACKAGE_luci-app-statistics:collectd-mod-load
TITLE:=LuCI Statistics Application
endef