From 73f21f7e0a47ee276f9a4861e41f5ac60575a669 Mon Sep 17 00:00:00 2001 From: zhaoxinchao Date: Thu, 9 Sep 2021 02:32:56 -0700 Subject: [PATCH] arch: sh: fix the unused macro definition IP_NF_MATCH_ADDRTYPE. IP_NF_MATCH_ADDRTYPE has changed to NETFILTER_XT_MATCH_ADDRTYPE in 2011. CONFIG_IP_NF_TARGET_LOG does not exist in the kernel. see the commit Signed-off-by: zhaoxinchao --- arch/sh/configs/titan_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/configs/titan_defconfig b/arch/sh/configs/titan_defconfig index ba887f1351be..a8b4a9d393be 100644 --- a/arch/sh/configs/titan_defconfig +++ b/arch/sh/configs/titan_defconfig @@ -83,7 +83,7 @@ CONFIG_IP_NF_MATCH_ECN=m CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m -CONFIG_IP_NF_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_LOG=m CONFIG_IP_NF_MANGLE=m CONFIG_IP_NF_TARGET_ECN=m CONFIG_IP_NF_TARGET_TTL=m -- 2.17.1