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>
master
Rafał Miłecki 6 years ago committed by Mathias Kresin
parent 11e9577511
commit acd790c150
  1. 1
      target/linux/ramips/dts/AR670W.dts
  2. 1
      target/linux/ramips/dts/DAP-1522-A1.dts
  3. 1
      target/linux/ramips/dts/WCR-1166DS.dts

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

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

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

Loading…
Cancel
Save