From: Robert Marko Date: Fri, 30 Oct 2020 17:39:04 +0000 (+0100) Subject: ipq40xx: mikrotik: enable CONFIG_MTD_ROUTERBOOT_PARTS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e855f80be4809c4134b0733b16c24da0a10861df;p=openwrt%2Fstaging%2Flynxis.git ipq40xx: mikrotik: enable CONFIG_MTD_ROUTERBOOT_PARTS This enables the new MikroTik specific partition parser. This avoids manually specifying the MikroTik specific partitions as they can be detected by their magic values. Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/mikrotik/config-default b/target/linux/ipq40xx/mikrotik/config-default new file mode 100644 index 0000000000..ac1113bdc2 --- /dev/null +++ b/target/linux/ipq40xx/mikrotik/config-default @@ -0,0 +1 @@ +CONFIG_MTD_ROUTERBOOT_PARTS=y