Author: cyrus
Date: 2014-09-17 17:01:16 +0200 (Wed, 17 Sep 2014)
New Revision: 42601

Modified:
   trunk/package/kernel/linux/modules/netfilter.mk
Log:
netfilter: fix dependencies of kmod-ipt-nat6

Modified: trunk/package/kernel/linux/modules/netfilter.mk
===================================================================
--- trunk/package/kernel/linux/modules/netfilter.mk     2014-09-17 14:28:05 UTC 
(rev 42600)
+++ trunk/package/kernel/linux/modules/netfilter.mk     2014-09-17 15:01:16 UTC 
(rev 42601)
@@ -246,9 +246,7 @@
   KCONFIG:=$(KCONFIG_IPT_NAT6)
   FILES:=$(foreach mod,$(IPT_NAT6-m),$(LINUX_DIR)/net/$(mod).ko)
   AUTOLOAD:=$(call AutoLoad,43,$(notdir $(IPT_NAT6-m)))
-  $(call AddDepends/ipt,+kmod-ipt-conntrack)
-  $(call AddDepends/ipt,+kmod-ipt-nat)
-  $(call AddDepends/ipt,+kmod-ip6tables)
+  $(call AddDepends/ipt,+kmod-nf-nat6)
 endef
 
 define KernelPackage/ipt-nat6/description
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to