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:
e1bbdeb
)
[NETFILTER]: ULOG target is not obsolete
author
Thomas Voegtle
<tv@lio96.de>
Tue, 25 Apr 2006 00:15:54 +0000
(17:15 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 25 Apr 2006 00:27:29 +0000
(17:27 -0700)
The backend part is obsoleted, but the target itself is still needed.
Signed-off-by: Thomas Voegtle <tv@lio96.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/Kconfig
b/net/ipv4/netfilter/Kconfig
index c60fd5c4ea1e531f71f57a2704da64b1c5985f3e..3d560dec63ab5dacf2d848191bb62f0069276d7f 100644
(file)
--- a/
net/ipv4/netfilter/Kconfig
+++ b/
net/ipv4/netfilter/Kconfig
@@
-345,7
+345,7
@@
config IP_NF_TARGET_LOG
To compile it as a module, choose M here. If unsure, say N.
config IP_NF_TARGET_ULOG
- tristate "ULOG target support
(OBSOLETE)
"
+ tristate "ULOG target support"
depends on IP_NF_IPTABLES
---help---