projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fb531
)
contrib/package: fix typo in luci makefile
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Mar 2009 17:05:44 +0000
(17:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Mar 2009 17:05:44 +0000
(17:05 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index f719854f90d9387118f96fcce8d3a6291a6e01e6..2c097286b75d12735acfceb3cf1b6c7478749b46 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-463,7
+463,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