Skip to content
Snippets Groups Projects
Commit 27a73d7e authored by cyrus's avatar cyrus
Browse files

iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.


Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42035 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent bd07219e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment