disable IMQ on 2.6.28 as well -- people should use IFB..
SVN-Revision: 13612
This commit is contained in:
parent
4eb907423a
commit
4a018d2445
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ define KernelPackage/ipt-imq
|
||||||
imq \
|
imq \
|
||||||
$(IPT_IMQ-m) \
|
$(IPT_IMQ-m) \
|
||||||
))
|
))
|
||||||
DEPENDS:= kmod-ipt-core @!LINUX_2_6_27
|
DEPENDS:= kmod-ipt-core @!LINUX_2_6_27 @!LINUX_2_6_28
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ipt-imq/description
|
define KernelPackage/ipt-imq/description
|
||||||
|
@ -358,7 +358,7 @@ $(eval $(call KernelPackage,ipt-extra))
|
||||||
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
|
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27 @!LINUX_2_6_28
|
||||||
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