From: Robert Marko Date: Fri, 29 May 2020 09:37:01 +0000 (+0200) Subject: ipq40xx: 5.4: enable 4K sector support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fdf18a25b7441a8056e67a6217754ec481fd73e4;p=openwrt%2Fstaging%2Flynxis.git ipq40xx: 5.4: enable 4K sector support This enables the 4K sector support needed for the MikroTik sysfs soft configuration driver to work properly. Without it trying to write would destroy the soft configuration. Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index 8fc9d02034..b677e25770 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -337,6 +337,7 @@ CONFIG_MTD_RAW_NAND=y CONFIG_MTD_ROUTERBOOT_PARTS=y CONFIG_MTD_SPI_NAND=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y CONFIG_MTD_SPLIT_MINOR_FW=y