Author: cyrus
Date: 2014-08-07 14:33:22 +0200 (Thu, 07 Aug 2014)
New Revision: 42035

Modified:
   branches/barrier_breaker/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: branches/barrier_breaker/package/network/utils/iptables/Makefile
===================================================================
--- branches/barrier_breaker/package/network/utils/iptables/Makefile    
2014-08-07 12:32:33 UTC (rev 42034)
+++ branches/barrier_breaker/package/network/utils/iptables/Makefile    
2014-08-07 12:33:22 UTC (rev 42035)
@@ -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

Reply via email to