projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ab3ed
)
[package] netfilter: ip_queue has been removed in 3.6
author
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:01 +0000
(13:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:01 +0000
(13:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33905
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index
ff34664
..
b739a9c
100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-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)