mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:11:05 +02:00
[package] IMQ is not yet available on 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11007 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
60289aade7
commit
2c64c2f0c9
@ -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…
x
Reference in New Issue
Block a user