mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
linux: add missing dependencies to kmod-ip6tables
SVN-Revision: 37389
This commit is contained in:
parent
8e12b39d5d
commit
b44ece50d4
@ -390,7 +390,7 @@ $(eval $(call KernelPackage,ipt-extra))
|
|||||||
define KernelPackage/ip6tables
|
define KernelPackage/ip6tables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=IPv6 modules
|
TITLE:=IPv6 modules
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=+kmod-ipv6 +kmod-ipt-core +kmod-ipt-conntrack
|
||||||
KCONFIG:=$(KCONFIG_IPT_IPV6)
|
KCONFIG:=$(KCONFIG_IPT_IPV6)
|
||||||
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user