aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-08-07 12:33:22 +0000
committerSteven Barth <steven@midlink.org>2014-08-07 12:33:22 +0000
commitefc96ff6534be5dfa6b6a4bb7b14d91708fc6eec (patch)
tree5d89e10948191f474eb802d4d2c18eb1eb2b337d /package/network
parentcc1c3417c38af7ae4a7e58f03f03b491c779f710 (diff)
downloadupstream-efc96ff6534be5dfa6b6a4bb7b14d91708fc6eec.tar.gz
upstream-efc96ff6534be5dfa6b6a4bb7b14d91708fc6eec.tar.bz2
upstream-efc96ff6534be5dfa6b6a4bb7b14d91708fc6eec.zip
iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42035 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index bea2f1d571..27201b491c 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -195,7 +195,7 @@ iptables extensions for user-space packet logging.
endef
define Package/iptables-mod-nflog
-$(call Package/iptables/Module, +kmod-nfnetlink-log)
+$(call Package/iptables/Module, +kmod-nfnetlink-log +kmod-ipt-nflog)
TITLE:=Netfilter NFLOG target
endef
@@ -208,7 +208,7 @@ define Package/iptables-mod-nflog/description
endef
define Package/iptables-mod-nfqueue
-$(call Package/iptables/Module, +kmod-nfnetlink-queue)
+$(call Package/iptables/Module, +kmod-nfnetlink-queue +kmod-ipt-nfqueue)
TITLE:=Netfilter NFQUEUE target
endef