[OpenWrt-Devel] [PATCH] ramips: fix firmware compatible string for dir860l-b1
Russell Senior
russell at personaltelco.net
Sat Dec 8 07:59:50 EST 2018
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 <russell at personaltelco.net>
---
target/linux/ramips/dts/DIR-860L-B1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts
index b8f6dc0784..a37d68ff3b 100644
--- a/target/linux/ramips/dts/DIR-860L-B1.dts
+++ b/target/linux/ramips/dts/DIR-860L-B1.dts
@@ -112,7 +112,7 @@
};
partition at 50000 {
- compatible = "denx,uimage";
+ compatible = "seama";
label = "firmware";
reg = <0x50000 0xfb0000>;
};
--
2.19.2
--
Russell Senior, President
russell at personaltelco.net
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list