netfilter/iptables: disable IMQ on 2.6.27
SVN-Revision: 12984
This commit is contained in:
parent
b08f551711
commit
7613c343b5
2 changed files with 4 additions and 3 deletions
|
@ -107,7 +107,7 @@ define Package/iptables-mod-filter/description
|
|||
endef
|
||||
|
||||
define Package/iptables-mod-imq
|
||||
$(call Package/iptables/Module, +kmod-ipt-imq)
|
||||
$(call Package/iptables/Module, +kmod-ipt-imq @!LINUX_2_6_27)
|
||||
TITLE:=IMQ support
|
||||
endef
|
||||
|
||||
|
|
|
@ -237,7 +237,7 @@ define KernelPackage/ipt-imq
|
|||
imq \
|
||||
$(IPT_IMQ-m) \
|
||||
))
|
||||
DEPENDS:= kmod-ipt-core
|
||||
DEPENDS:= kmod-ipt-core @!LINUX_2_6_27
|
||||
endef
|
||||
|
||||
define KernelPackage/ipt-imq/description
|
||||
|
@ -354,10 +354,11 @@ endef
|
|||
$(eval $(call KernelPackage,ipt-extra))
|
||||
|
||||
|
||||
# XXX: disabled on 2.6.27 due to broken IMQ
|
||||
define KernelPackage/ip6tables
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=IPv6 modules
|
||||
DEPENDS:=+kmod-ipv6
|
||||
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27
|
||||
KCONFIG:=CONFIG_IP6_NF_IPTABLES
|
||||
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
||||
|
|
Loading…
Reference in a new issue