[openwrt/openwrt] kernel: generic: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 24 13:20:54 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ceee14ea3a1584cb9e402d8b36f4e788d24c2b65

commit ceee14ea3a1584cb9e402d8b36f4e788d24c2b65
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Wed Mar 13 10:35:47 2024 +0100

    kernel: generic: add missing symbol
    
    Found durring 'make kernel_oldconfig'.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
 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




More information about the lede-commits mailing list