Author: cyrus Date: 2014-08-07 14:32:33 +0200 (Thu, 07 Aug 2014) New Revision: 42034
Modified: trunk/package/network/utils/iptables/Makefile Log: iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*. Signed-off-by: Yousong Zhou <[email protected]> Modified: trunk/package/network/utils/iptables/Makefile =================================================================== --- trunk/package/network/utils/iptables/Makefile 2014-08-07 10:24:28 UTC (rev 42033) +++ trunk/package/network/utils/iptables/Makefile 2014-08-07 12:32:33 UTC (rev 42034) @@ -195,7 +195,7 @@ 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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
