Author: cyrus Date: 2014-09-17 17:04:30 +0200 (Wed, 17 Sep 2014) New Revision: 42602
Modified: trunk/package/kernel/linux/modules/netfilter.mk Log: netfilter: some more dependency hell fixes Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/kernel/linux/modules/netfilter.mk =================================================================== --- trunk/package/kernel/linux/modules/netfilter.mk 2014-09-17 15:01:16 UTC (rev 42601) +++ trunk/package/kernel/linux/modules/netfilter.mk 2014-09-17 15:04:30 UTC (rev 42602) @@ -247,6 +247,9 @@ FILES:=$(foreach mod,$(IPT_NAT6-m),$(LINUX_DIR)/net/$(mod).ko) AUTOLOAD:=$(call AutoLoad,43,$(notdir $(IPT_NAT6-m))) $(call AddDepends/ipt,+kmod-nf-nat6) + $(call AddDepends/ipt,+kmod-ipt-conntrack) + $(call AddDepends/ipt,+kmod-ipt-nat) + $(call AddDepends/ipt,+kmod-ip6tables) endef define KernelPackage/ipt-nat6/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
