git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5676cc7
)
netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Sat, 10 Mar 2012 11:15:15 +0000
(12:15 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 22 Mar 2012 10:50:56 +0000
(11:50 +0100)
This fixes the following linking error:
xt_LOG.c:(.text+0x789b1): undefined reference to `ip6t_ext_hdr'
ifdefs have to use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6.
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found