projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a475a18
)
[packages] utils/collectd: Added missing dependency to iptables
author
Steven Barth
<cyrus@openwrt.org>
Sat, 14 Jun 2008 19:14:08 +0000
(19:14 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Sat, 14 Jun 2008 19:14:08 +0000
(19:14 +0000)
SVN-Revision: 11465
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 79f33345c1f0d39013e797da90e0a858e46b128d..69bc5757705ea6f5246663ec814e031a2f8c5a31 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-140,7
+140,7
@@
endef
define Package/collectd-mod-iptables
$(call Package/collectd/common_info)
TITLE:=collectd - iptables status input plugin
- DEPENDS:=collectd
+ DEPENDS:=collectd
+iptables
endef
define Package/collectd-mod-irq