diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-25 17:43:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-25 17:43:06 +0000 |
commit | 343b935afabbcf4b320b39812f945762d4902481 (patch) | |
tree | dc465cc73cb390654ec5cefd8b9f1ab370b6845a /package/iptables/Makefile | |
parent | 35bccdd4baa9ee6378762ed5b16c01a2543d0dcc (diff) | |
download | upstream-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/Makefile | 2 |
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.\\\ |