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

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

SVN-Revision: 42034
v19.07.3_mercusys_ac12_duma
Steven Barth 10 years ago
parent b95b4ede4c
commit ddbd2cf781

@ -195,7 +195,7 @@ iptables extensions for user-space packet logging.
endef endef
define Package/iptables-mod-nflog 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 TITLE:=Netfilter NFLOG target
endef endef
@ -208,7 +208,7 @@ define Package/iptables-mod-nflog/description
endef endef
define Package/iptables-mod-nfqueue 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 TITLE:=Netfilter NFQUEUE target
endef endef

Loading…
Cancel
Save