[OpenWrt-Devel] [PATCH] iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.
Yousong Zhou
yszhou4tech at gmail.com
Thu Aug 7 08:14:11 EDT 2014
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
package/network/utils/iptables/Makefile | 4 ++--
1 file 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
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list