[NETFILTER]: ULOG target is not obsolete

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>
This commit is contained in:
Thomas Voegtle 2006-04-24 17:15:54 -07:00 committed by David S. Miller
parent e1bbdebdba
commit 44adf28f4a

View file

@ -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---