From: jow Date: Thu, 18 Jul 2013 11:57:19 +0000 (+0000) Subject: linux: add missing dependencies to kmod-ip6tables X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=62ec2d6c71ca5cea6d06d9927780b24362643d73;p=openwrt.git linux: add missing dependencies to kmod-ip6tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37389 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 4e4c85f45c..ed02a437f1 100644 --- a/package/kernel/linux/modules/netfilter.mk +++ b/package/kernel/linux/modules/netfilter.mk @@ -390,7 +390,7 @@ $(eval $(call KernelPackage,ipt-extra)) define KernelPackage/ip6tables SUBMENU:=$(NF_MENU) TITLE:=IPv6 modules - DEPENDS:=+kmod-ipv6 + DEPENDS:=+kmod-ipv6 +kmod-ipt-core +kmod-ipt-conntrack KCONFIG:=$(KCONFIG_IPT_IPV6) FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).ko) AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))