netfilter: ip_queue has been removed in 3.6
SVN-Revision: 33905
This commit is contained in:
parent
be51fcfeff
commit
f5d18da3e2
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ $(eval $(call KernelPackage,ipt-nathelper-extra))
|
|||
define KernelPackage/ipt-queue
|
||||
TITLE:=Module for user-space packet queueing
|
||||
KCONFIG:=$(KCONFIG_IPT_QUEUE)
|
||||
DEPENDS:=@!LINUX_3_6
|
||||
FILES:=$(foreach mod,$(IPT_QUEUE-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_QUEUE-m)))
|
||||
$(call AddDepends/ipt)
|
||||
|
|
Loading…
Reference in a new issue