projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1286c55
)
ramips: fix firmware compatible string for dir860l-b1
author
Russell Senior
<
[email protected]
>
Sat, 8 Dec 2018 12:59:50 +0000
(
04:59
-0800)
committer
Felix Fietkau
<
[email protected]
>
Sat, 8 Dec 2018 13:18:42 +0000
(14:18 +0100)
In commit
d70ec3008d4cd0540a9f6c88fb7e786107f1679a
, 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 <
[email protected]
>
target/linux/ramips/dts/DIR-860L-B1.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/DIR-860L-B1.dts
b/target/linux/ramips/dts/DIR-860L-B1.dts
index b8f6dc0784f302946877c5129172fddd9ea7dc2b..a37d68ff3b0cebc527abc0b81d5d560c215e9af6 100644
(file)
--- a/
target/linux/ramips/dts/DIR-860L-B1.dts
+++ b/
target/linux/ramips/dts/DIR-860L-B1.dts
@@
-112,7
+112,7
@@
};
partition@50000 {
- compatible = "
denx,uimage
";
+ compatible = "
seama
";
label = "firmware";
reg = <0x50000 0xfb0000>;
};