[openwrt/openwrt] ipq40xx: mikrotik: enable CONFIG_MTD_ROUTERBOOT_PARTS

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 17 08:32:28 EST 2021


lynxis pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/30a92f55de8cd61da8fd0a5df4a8612c5d459d94

commit 30a92f55de8cd61da8fd0a5df4a8612c5d459d94
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Oct 30 18:39:04 2020 +0100

    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 <robimarko at gmail.com>
---
 target/linux/ipq40xx/mikrotik/config-default | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lede-commits mailing list