From ceee14ea3a1584cb9e402d8b36f4e788d24c2b65 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Wed, 13 Mar 2024 10:35:47 +0100 Subject: [PATCH] kernel: generic: add missing symbol Found durring 'make kernel_oldconfig'. Signed-off-by: Pawel Dembicki --- target/linux/generic/config-5.15 | 1 + target/linux/generic/config-6.1 | 1 + target/linux/generic/config-6.6 | 1 + 3 files changed, 3 insertions(+) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 8f6ccad216..5b9a3176b1 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -2092,6 +2092,7 @@ CONFIG_FORTIFY_SOURCE=y # CONFIG_FRONTSWAP is not set # CONFIG_FSCACHE is not set # CONFIG_FSI is not set +# CONFIG_FSL_DPAA2_SWITCH is not set # CONFIG_FSL_EDMA is not set # CONFIG_FSL_ENETC is not set # CONFIG_FSL_ENETC_IERB is not set diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 5bac0ee57a..7487ade308 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -2191,6 +2191,7 @@ CONFIG_FORTIFY_SOURCE=y # CONFIG_FRONTSWAP is not set # CONFIG_FSCACHE is not set # CONFIG_FSI is not set +# CONFIG_FSL_DPAA2_SWITCH is not set # CONFIG_FSL_EDMA is not set # CONFIG_FSL_ENETC is not set # CONFIG_FSL_ENETC_IERB is not set diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 4e26f2af9b..3322aafc2c 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -2234,6 +2234,7 @@ CONFIG_FORTIFY_SOURCE=y # CONFIG_FRONTSWAP is not set # CONFIG_FSCACHE is not set # CONFIG_FSI is not set +# CONFIG_FSL_DPAA2_SWITCH is not set # CONFIG_FSL_EDMA is not set # CONFIG_FSL_ENETC is not set # CONFIG_FSL_ENETC_IERB is not set -- 2.30.2