[linux-yocto] [PATCH 09/17] netfilter: remove obselete ULOG configs

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:39 PDT 2018


From: Bruce Ashfield <bruce.ashfield at windriver.com>

commit d4da843e6fad4f278fe82b075d8e394cff05c95c
Author: Paul Bolle <pebolle at tiscali.nl>
Date:   Fri Jul 25 14:25:31 2014 +0200

    netfilter: kill remnants of ulog targets

    The ulog targets were recently killed. A few references to the Kconfig
    macros CONFIG_IP_NF_TARGET_ULOG and CONFIG_BRIDGE_EBT_ULOG were left
    untouched. Kill these too.

    Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 features/netfilter/netfilter.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg
index 3b3ce7c2..66cc63e2 100644
--- a/features/netfilter/netfilter.cfg
+++ b/features/netfilter/netfilter.cfg
@@ -81,7 +81,6 @@ CONFIG_NF_NAT=m
 CONFIG_NF_NAT_NEEDED=y
 CONFIG_NF_NAT_IPV4=m
 CONFIG_IP_NF_NAT=m
-CONFIG_IP_NF_TARGET_ULOG=m
 CONFIG_IP_NF_TARGET_SYNPROXY=m
 CONFIG_IP_NF_TARGET_MASQUERADE=m
 CONFIG_IP_NF_TARGET_NETMAP=m
@@ -108,4 +107,3 @@ CONFIG_IP_NF_ARP_MANGLE=m
 CONFIG_IP_NF_SECURITY=m
 
 CONFIG_NET_SCHED=y
-CONFIG_BRIDGE_EBT_ULOG=m
-- 
2.17.1



More information about the linux-yocto mailing list