mirror of https://github.com/hak5/openwrt.git
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
parent
11e9577511
commit
acd790c150
|
@ -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…
Reference in New Issue