From e8c7e1f897d2cad678baeef3e1abb11ffd72fc85 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 9 Mar 2022 12:11:28 +0800 Subject: [PATCH] kernel/generic: add missing Kconfigs Signed-off-by: Tianling Shen --- target/linux/generic/config-5.10 | 1 + target/linux/generic/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 1270f89a0e..6102873405 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -4098,6 +4098,7 @@ CONFIG_NFS_V3=y # CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set # CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_NF_CONNTRACK_CHAIN_EVENTS is not set # CONFIG_NF_CONNTRACK_EVENTS is not set # CONFIG_NF_CONNTRACK_FTP is not set # CONFIG_NF_CONNTRACK_H323 is not set diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index f10f97d83e..bbce96607f 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -3733,6 +3733,7 @@ CONFIG_NFS_V3=y # CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set # CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_NF_CONNTRACK_CHAIN_EVENTS is not set # CONFIG_NF_CONNTRACK_EVENTS is not set # CONFIG_NF_CONNTRACK_FTP is not set # CONFIG_NF_CONNTRACK_H323 is not set