summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-18 11:57:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-18 11:57:19 +0000
commitb44ece50d422dbd8e4faa602baa1a1166c5d4ae7 (patch)
treec840ee3dc4edaf3fdd2b1afde5e07ec2dd5e8f9d
parent8e12b39d5dc565df2780f46f615129885439d5fa (diff)
downloadmtk-20170518-b44ece50d422dbd8e4faa602baa1a1166c5d4ae7.zip
mtk-20170518-b44ece50d422dbd8e4faa602baa1a1166c5d4ae7.tar.gz
mtk-20170518-b44ece50d422dbd8e4faa602baa1a1166c5d4ae7.tar.bz2
linux: add missing dependencies to kmod-ip6tables
SVN-Revision: 37389
-rw-r--r--package/kernel/linux/modules/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 4e4c85f..ed02a43 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)))