From: cyrus Date: Thu, 7 Aug 2014 12:33:22 +0000 (+0000) Subject: iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=27a73d7e5e6d7ba658dea1016fa3eb0a28b7d4e1;p=14.07%2Fopenwrt.git iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*. Signed-off-by: Yousong Zhou git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42035 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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