mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
netfilter/iptables: enable IMQ on 2.6.25
SVN-Revision: 11335
This commit is contained in:
parent
10c3ea71bb
commit
f9518d9a74
@ -89,7 +89,7 @@ define Package/iptables-mod-filter/description
|
||||
endef
|
||||
|
||||
define Package/iptables-mod-imq
|
||||
$(call Package/iptables/Module, +kmod-ipt-imq @!LINUX_2_6_25)
|
||||
$(call Package/iptables/Module, +kmod-ipt-imq)
|
||||
TITLE:=IMQ support
|
||||
endef
|
||||
|
||||
|
@ -157,7 +157,6 @@ define KernelPackage/ipt-imq
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=Intermediate Queueing support
|
||||
KCONFIG:=CONFIG_IP_NF_TARGET_IMQ
|
||||
DEPENDS:=@!LINUX_2_6_25
|
||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*IMQ*.$(LINUX_KMOD_SUFFIX) $(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(patsubst %.ko,%,$(wildcard $(LINUX_DIR)/net/ipv4/netfilter/*IMQ*.$(LINUX_KMOD_SUFFIX) $(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX)))))
|
||||
endef
|
||||
@ -272,11 +271,10 @@ endef
|
||||
$(eval $(call KernelPackage,ipt-extra))
|
||||
|
||||
|
||||
# XXX: disabled on 2.6.25 due to broken IMQ
|
||||
define KernelPackage/ip6tables
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=IPv6 modules
|
||||
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_25
|
||||
DEPENDS:=+kmod-ipv6
|
||||
KCONFIG:=CONFIG_IP6_NF_IPTABLES
|
||||
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_IPV6-m)))
|
||||
|
Loading…
Reference in New Issue
Block a user