diff options
| author | Pawel Dembicki | 2024-03-13 09:35:47 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-24 20:20:46 +0000 |
| commit | ceee14ea3a1584cb9e402d8b36f4e788d24c2b65 (patch) | |
| tree | e45e51e26d035033f715f8ec0172aed1285f7de7 | |
| parent | 2cda7e0e2d8d5821d05265511ea1d0dd7e2f87fb (diff) | |
| download | openwrt-ceee14ea3a1584cb9e402d8b36f4e788d24c2b65.tar.gz | |
kernel: generic: add missing symbol
Found durring 'make kernel_oldconfig'.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
| -rw-r--r-- | target/linux/generic/config-5.15 | 1 | ||||
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 | ||||
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
3 files changed, 3 insertions, 0 deletions
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 |