From: Russell Senior Date: Sat, 8 Dec 2018 12:59:50 +0000 (-0800) Subject: ramips: fix firmware compatible string for dir860l-b1 X-Git-Tag: state~446 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ed000fcaf2cfa22bb558ed11c8a15d239240020b;p=openwrt%2Fstaging%2Fchunkeey.git ramips: fix firmware compatible string for dir860l-b1 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 --- 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@50000 { - compatible = "denx,uimage"; + compatible = "seama"; label = "firmware"; reg = <0x50000 0xfb0000>; };