mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
[package] netfilter: ip_queue has been removed in 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
980932bf59
commit
31b1426e6d
@ -229,6 +229,7 @@ $(eval $(call KernelPackage,ipt-nathelper-extra))
|
|||||||
define KernelPackage/ipt-queue
|
define KernelPackage/ipt-queue
|
||||||
TITLE:=Module for user-space packet queueing
|
TITLE:=Module for user-space packet queueing
|
||||||
KCONFIG:=$(KCONFIG_IPT_QUEUE)
|
KCONFIG:=$(KCONFIG_IPT_QUEUE)
|
||||||
|
DEPENDS:=@!LINUX_3_6
|
||||||
FILES:=$(foreach mod,$(IPT_QUEUE-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPT_QUEUE-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_QUEUE-m)))
|
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_QUEUE-m)))
|
||||||
$(call AddDepends/ipt)
|
$(call AddDepends/ipt)
|
||||||
|
Loading…
Reference in New Issue
Block a user