From 7005afba58ba2353eda7d870e0bcd2328408a732 Mon Sep 17 00:00:00 2001 From: cyrus Date: Sat, 14 Jun 2008 19:14:08 +0000 Subject: [PATCH] [packages] utils/collectd: Added missing dependency to iptables git-svn-id: svn://svn.openwrt.org/openwrt/packages@11465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 79f33345c..69bc57577 100644 --- 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