mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-24 21:10:02 +00:00
disable kmod-ip6tables if netfilter ipv6 support is disabled
SVN-Revision: 4286
This commit is contained in:
parent
1c99534325
commit
901f972ff6
@ -197,6 +197,7 @@ define KernelPackage/ip6tables
|
|||||||
TITLE:=IPv6 modules
|
TITLE:=IPv6 modules
|
||||||
DESCRIPTION:=Netfilter IPv6 firewalling support
|
DESCRIPTION:=Netfilter IPv6 firewalling support
|
||||||
SUBMENU:=$(NFMENU)
|
SUBMENU:=$(NFMENU)
|
||||||
|
KCONFIG:=$(CONFIG_IP6_NF_IPTABLES)
|
||||||
FILES:=$(MODULES_DIR)/kernel/net/ipv6/netfilter/ip*.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(MODULES_DIR)/kernel/net/ipv6/netfilter/ip*.$(LINUX_KMOD_SUFFIX)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,ip6tables))
|
$(eval $(call KernelPackage,ip6tables))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user