ramips: specify "firmware" partition format for remaining devices

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>
openwrt-19.07
Rafał Miłecki 2018-12-13 17:16:37 +01:00 committed by Mathias Kresin
parent 11e9577511
commit acd790c150
3 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@
};
partition@40000 {
compatible = "lzma";
reg = <0x40000 0x3c0000>;
label = "firmware";
};

View File

@ -40,6 +40,7 @@
};
partition@40000 {
compatible = "wrg";
label = "firmware";
reg = <0x40000 0x3a0000>;
};

View File

@ -152,6 +152,7 @@
};
partition@50000 {
compatible = "openwrt,trx";
label = "firmware";
reg = <0x50000 0x7c0000>;
};