summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-08-07 12:32:33 +0000
committerSteven Barth <cyrus@openwrt.org>2014-08-07 12:32:33 +0000
commitddbd2cf7813cba765461830bc919a37fb8774387 (patch)
tree66ae0e43e970a6d3f67f3746d881886eb034d39b /package/network
parentb95b4ede4cdad2a063ba1be7fbab4538ac4bf70c (diff)
downloadmtk-20170518-ddbd2cf7813cba765461830bc919a37fb8774387.zip
mtk-20170518-ddbd2cf7813cba765461830bc919a37fb8774387.tar.gz
mtk-20170518-ddbd2cf7813cba765461830bc919a37fb8774387.tar.bz2
iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42034
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 bea2f1d..27201b4 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