1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 18:40:16 +02:00

disable kmod-ip6tables if netfilter ipv6 support is disabled

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4286 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-07-25 22:48:56 +00:00
parent 8d7b0ad8f4
commit 2381beceaf

View File

@ -197,6 +197,7 @@ define KernelPackage/ip6tables
TITLE:=IPv6 modules
DESCRIPTION:=Netfilter IPv6 firewalling support
SUBMENU:=$(NFMENU)
KCONFIG:=$(CONFIG_IP6_NF_IPTABLES)
FILES:=$(MODULES_DIR)/kernel/net/ipv6/netfilter/ip*.$(LINUX_KMOD_SUFFIX)
endef
$(eval $(call KernelPackage,ip6tables))