mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
IMQ is not yet available on 2.6.25
SVN-Revision: 11007
This commit is contained in:
parent
d7d8665572
commit
1b90498e69
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user