It results in calling the right MTD parser directly instead of trying
them one by one.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
[use the lzma splitter for the AR670W]
Signed-off-by: Mathias Kresin <dev@kresin.me>
};
partition@40000 {
+ compatible = "lzma";
reg = <0x40000 0x3c0000>;
label = "firmware";
};
};
partition@40000 {
+ compatible = "wrg";
label = "firmware";
reg = <0x40000 0x3a0000>;
};
};
partition@50000 {
+ compatible = "openwrt,trx";
label = "firmware";
reg = <0x50000 0x7c0000>;
};