From: Pawel Dembicki Date: Wed, 13 Mar 2024 09:35:47 +0000 (+0100) Subject: kernel: generic: add missing symbol X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=ceee14ea3a1584cb9e402d8b36f4e788d24c2b65 kernel: generic: add missing symbol Found durring 'make kernel_oldconfig'. Signed-off-by: Pawel Dembicki --- 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