mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 20:03:09 +01:00
ramips: fix firmware compatible string for dir860l-b1
In commit d70ec3008d, a firmware compatible
string of "denx,uimage" was added for the Dlink DIR-860L-B1. Unfortunately,
this was the wrong string. It needs "seama" instead.
Signed-off-by: Russell Senior <russell@personaltelco.net>
This commit is contained in:
parent
1286c55302
commit
ed000fcaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
};
|
||||
|
||||
partition@50000 {
|
||||
compatible = "denx,uimage";
|
||||
compatible = "seama";
|
||||
label = "firmware";
|
||||
reg = <0x50000 0xfb0000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue