projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1817e07
)
mpc85xx: p1010: kernel: add missing symbol
author
Pawel Dembicki
<
[email protected]
>
Tue, 14 Oct 2025 09:36:01 +0000
(11:36 +0200)
committer
Nick Hainke
<
[email protected]
>
Thu, 16 Oct 2025 20:23:44 +0000
(22:23 +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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20419
Signed-off-by: Nick Hainke <
[email protected]
>
target/linux/mpc85xx/p1010/config-default
patch
|
blob
|
history
diff --git
a/target/linux/mpc85xx/p1010/config-default
b/target/linux/mpc85xx/p1010/config-default
index 639f28658b7d4030235ad64d94accc80ea9d1048..2d5d1c9ea96fdd41ad9f5b686956492c01036ed4 100644
(file)
--- 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