[openwrt/openwrt] mpc85xx: p1010: kernel: add missing symbol
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 16 13:24:11 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f21e8158fbff16ede6ee814929dc0f2738c0c3c2
commit f21e8158fbff16ede6ee814929dc0f2738c0c3c2
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Tue Oct 14 11:36:01 2025 +0200
mpc85xx: p1010: kernel: add missing symbol
CONFIG_MTD_CFI was disabled in p1010 subtarget.
It causes problem with Aerohive BR200-WP router.
This patch enables CONFIG_MTD_CFI in p1010 config-default file.
Fixes: e9dd6da91661 ("mpc85xx: p1010: add missing symbols")
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20419
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
target/linux/mpc85xx/p1010/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default
index 639f28658b..2d5d1c9ea9 100644
--- a/target/linux/mpc85xx/p1010/config-default
+++ b/target/linux/mpc85xx/p1010/config-default
@@ -14,6 +14,7 @@ CONFIG_GRO_CELLS=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_MEMORY=y
+CONFIG_MTD_CFI=y
CONFIG_MTD_NAND_FSL_IFC=y
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_SPLIT_TPLINK_FW=y
More information about the lede-commits
mailing list