linux: add missing netfilter dependencies
SVN-Revision: 37401
This commit is contained in:
parent
6a559ff95e
commit
44fd7d9626
1 changed files with 5 additions and 1 deletions
|
@ -295,7 +295,7 @@ $(eval $(call KernelPackage,ipt-led))
|
||||||
|
|
||||||
define KernelPackage/ipt-tproxy
|
define KernelPackage/ipt-tproxy
|
||||||
TITLE:=Transparent proxying support
|
TITLE:=Transparent proxying support
|
||||||
DEPENDS+=+IPV6:kmod-ipv6
|
DEPENDS+=+kmod-ipt-conntrack +IPV6:kmod-ipv6 +IPV6:kmod-ip6tables
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NETFILTER_TPROXY \
|
CONFIG_NETFILTER_TPROXY \
|
||||||
CONFIG_NETFILTER_XT_MATCH_SOCKET \
|
CONFIG_NETFILTER_XT_MATCH_SOCKET \
|
||||||
|
@ -315,6 +315,7 @@ $(eval $(call KernelPackage,ipt-tproxy))
|
||||||
|
|
||||||
define KernelPackage/ipt-tee
|
define KernelPackage/ipt-tee
|
||||||
TITLE:=TEE support
|
TITLE:=TEE support
|
||||||
|
DEPENDS:=+kmod-ipt-conntrack +IPV6:kmod-ipv6
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NETFILTER_XT_TARGET_TEE
|
CONFIG_NETFILTER_XT_TARGET_TEE
|
||||||
FILES:= \
|
FILES:= \
|
||||||
|
@ -406,6 +407,7 @@ ARP_MODULES = arp_tables arpt_mangle arptable_filter
|
||||||
define KernelPackage/arptables
|
define KernelPackage/arptables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=ARP firewalling modules
|
TITLE:=ARP firewalling modules
|
||||||
|
DEPENDS:=+kmod-ipt-core
|
||||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/arp*.ko
|
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/arp*.ko
|
||||||
KCONFIG:=CONFIG_IP_NF_ARPTABLES \
|
KCONFIG:=CONFIG_IP_NF_ARPTABLES \
|
||||||
CONFIG_IP_NF_ARPFILTER \
|
CONFIG_IP_NF_ARPFILTER \
|
||||||
|
@ -423,6 +425,7 @@ $(eval $(call KernelPackage,arptables))
|
||||||
define KernelPackage/ebtables
|
define KernelPackage/ebtables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Bridge firewalling modules
|
TITLE:=Bridge firewalling modules
|
||||||
|
DEPENDS:=+kmod-ipt-core
|
||||||
FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
||||||
$(KCONFIG_EBTABLES)
|
$(KCONFIG_EBTABLES)
|
||||||
|
@ -562,6 +565,7 @@ $(eval $(call KernelPackage,nf-conntrack-netlink))
|
||||||
define KernelPackage/ipt-hashlimit
|
define KernelPackage/ipt-hashlimit
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Netfilter hashlimit match
|
TITLE:=Netfilter hashlimit match
|
||||||
|
DEPENDS:=+kmod-ipt-core
|
||||||
KCONFIG:=$(KCONFIG_IPT_HASHLIMIT)
|
KCONFIG:=$(KCONFIG_IPT_HASHLIMIT)
|
||||||
FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.ko
|
FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
|
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
|
||||||
|
|
Loading…
Reference in a new issue