All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 2/2]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
@ 2005-12-19 10:21 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2005-12-19 10:21 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist

[-- Attachment #1: 02.diff --]
[-- Type: text/x-patch, Size: 974 bytes --]

[NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE

IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES.

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 9d52bf90aed9ce0d0366b6853cd1beb7f1217d75
tree 0c2eb630cb7ed1ef8af66f54e2645cb2ae42bb2a
parent 87704c86b3406255a2b68b1d1a68ff72baa6177e
author Patrick McHardy <kaber@trash.net> Mon, 19 Dec 2005 11:19:00 +0100
committer Patrick McHardy <kaber@trash.net> Mon, 19 Dec 2005 11:19:00 +0100

 net/ipv6/netfilter/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 060d612..04912f9 100644
--- 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 IP6_NF_IPTABLES
 	help
 	  This Target replaced the old obsolete QUEUE target.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-19 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-19 10:21 [NETFILTER 2/2]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.