unmask ip6tables on 2.6.27 and 2.6.28
SVN-Revision: 13965
This commit is contained in:
parent
e0440fefb6
commit
1f2885ea0c
1 changed files with 1 additions and 2 deletions
|
@ -354,11 +354,10 @@ endef
|
||||||
$(eval $(call KernelPackage,ipt-extra))
|
$(eval $(call KernelPackage,ipt-extra))
|
||||||
|
|
||||||
|
|
||||||
# XXX: disabled on 2.6.27 due to broken IMQ
|
|
||||||
define KernelPackage/ip6tables
|
define KernelPackage/ip6tables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=IPv6 modules
|
TITLE:=IPv6 modules
|
||||||
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27 @!LINUX_2_6_28
|
DEPENDS:=+kmod-ipv6
|
||||||
KCONFIG:=CONFIG_IP6_NF_IPTABLES
|
KCONFIG:=CONFIG_IP6_NF_IPTABLES
|
||||||
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
||||||
|
|
Loading…
Reference in a new issue