From 329314827afdd1946504c583f9cf5f6d02fc5fba Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 2 May 2020 22:51:36 +0200 Subject: [PATCH] ipq40xx: 5.4: enable MikroTik NOR parser Needed for SPI-NOR based MikroTik IPQ40xx devices like hAP ac2. Signed-off-by: Robert Marko --- target/linux/ipq40xx/config-5.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index 671f2b41f5..16430edf4e 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -338,6 +338,7 @@ CONFIG_MTD_SPI_NAND=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y +CONFIG_MTD_SPLIT_MINOR_FW=y CONFIG_MTD_SPLIT_WRGG_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 -- 2.30.2