projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0476f17
)
[NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
author
Patrick McHardy
<kaber@trash.net>
Mon, 19 Dec 2005 21:53:26 +0000
(13:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Dec 2005 21:53:26 +0000
(13:53 -0800)
IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv6/netfilter/Kconfig
b/net/ipv6/netfilter/Kconfig
index
060d612
..
04912f9
100644
(file)
--- a/
net/ipv6/netfilter/Kconfig
+++ b/
net/ipv6/netfilter/Kconfig
@@
-211,7
+211,7
@@
config IP6_NF_TARGET_REJECT
config IP6_NF_TARGET_NFQUEUE
tristate "NFQUEUE Target Support"
- depends on IP_NF_IPTABLES
+ depends on IP
6
_NF_IPTABLES
help
This Target replaced the old obsolete QUEUE target.