diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-25 17:43:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-25 17:43:06 +0000 |
commit | 8f52cffc45c740e9e7c41c1457421a877e8af81d (patch) | |
tree | 276571d1b1bed56a3ca1beb2a48e8ef2636465a8 /package/iptables | |
parent | f4d24919d49f2c25d0ec3f7658a93f6170580db7 (diff) |
Forgot kmod-ipt-imq dependency (#1076)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5901 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index d22310a0e..300ea7fdd 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.\\\ |