IMQ is not yet available on 2.6.25

SVN-Revision: 11007
This commit is contained in:
Gabor Juhos 2008-05-02 11:29:53 +00:00
parent d7d8665572
commit 1b90498e69
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,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_25)
TITLE:=IMQ support
endef

View File

@ -156,6 +156,7 @@ 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