]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mpc85xx: p1010: kernel: add missing symbol 20428/head
authorPawel Dembicki <paweldembicki@gmail.com>
Tue, 14 Oct 2025 09:36:01 +0000 (11:36 +0200)
committerNick Hainke <vincent@systemli.org>
Fri, 17 Oct 2025 04:43:08 +0000 (06:43 +0200)
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20419
(cherry picked from commit f21e8158fbff16ede6ee814929dc0f2738c0c3c2)
Link: https://github.com/openwrt/openwrt/pull/20428
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/mpc85xx/p1010/config-default

index 22801b9c2b9d45dcc359c7df72c0b0f31937c251..69e2763c6f6d895f9240eb04fec4b0c6aabdd3e0 100644 (file)
@@ -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