Browse Source

fix kmod-ip6tables modules (#5274)

SVN-Revision: 16702
Florian Fainelli 16 years ago
parent
commit
b5bdf8222b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/netfilter.mk

+ 1 - 1
package/kernel/modules/netfilter.mk

@@ -355,7 +355,7 @@ define KernelPackage/ip6tables
   SUBMENU:=$(NF_MENU)
   TITLE:=IPv6 modules
   DEPENDS:=+kmod-ipv6
-  KCONFIG:=CONFIG_IP6_NF_IPTABLES
+  KCONFIG:=$(KCONFIG_IPT_IPV6)
   FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
   AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
 endef