mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mpc85xx: p1010: kernel: add missing symbol
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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:e9dd6da916("mpc85xx: p1010: add missing symbols") Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20419 (cherry picked from commitf21e8158fb) Link: https://github.com/openwrt/openwrt/pull/20428 Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
d8f764ce81
commit
8a0b30db51
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue