aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-25 17:43:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-25 17:43:06 +0000
commit343b935afabbcf4b320b39812f945762d4902481 (patch)
treedc465cc73cb390654ec5cefd8b9f1ab370b6845a /package/iptables/Makefile
parent35bccdd4baa9ee6378762ed5b16c01a2543d0dcc (diff)
downloadupstream-343b935afabbcf4b320b39812f945762d4902481.tar.gz
upstream-343b935afabbcf4b320b39812f945762d4902481.tar.bz2
upstream-343b935afabbcf4b320b39812f945762d4902481.zip
Forgot kmod-ipt-imq dependency (#1076)
SVN-Revision: 5901
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index d22310a0ef..300ea7fdd0 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -74,7 +74,7 @@ endef
define Package/iptables-mod-imq
$(call Package/iptables/Default)
- DEPENDS:=iptables
+ DEPENDS:=iptables +kmod-ipt-imq
TITLE:=IMQ support
DESCRIPTION:=\
iptables extension for IMQ support.\\\