From: Thomas Voegtle Date: Tue, 25 Apr 2006 00:15:54 +0000 (-0700) Subject: [NETFILTER]: ULOG target is not obsolete X-Git-Tag: v2.6.17-rc3~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44adf28f4a27df626d50e54c8d0669df2dd1aa89;p=platform%2Fkernel%2Flinux-stable.git [NETFILTER]: ULOG target is not obsolete The backend part is obsoleted, but the target itself is still needed. Signed-off-by: Thomas Voegtle Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index c60fd5c..3d560de 100644 --- 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---