projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e0cb0
)
[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_NF_CONNT...
author
Adrian Bunk
<
[email protected]
>
Sat, 3 Feb 2007 03:33:52 +0000
(19:33 -0800)
committer
David S. Miller
<
[email protected]
>
Sat, 3 Feb 2007 03:33:52 +0000
(19:33 -0800)
Fix this by letting NF_CONNTRACK_H323 depend on (IPV6 || IPV6=n).
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index 2a2bcb303bfa623025cbb7593b2473e7cef3ea09..80107d4909c5b88fb69c519ea7f4301b93bb63c0 100644
(file)
--- a/
net/netfilter/Kconfig
+++ b/
net/netfilter/Kconfig
@@
-165,7
+165,7
@@
config NF_CONNTRACK_FTP
config NF_CONNTRACK_H323
tristate "H.323 protocol support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && NF_CONNTRACK
+ depends on EXPERIMENTAL && NF_CONNTRACK
&& (IPV6 || IPV6=n)
help
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
important VoIP protocols, it is widely used by voice hardware and