From: Mathias Kresin Date: Sat, 19 Jan 2019 09:23:21 +0000 (+0100) Subject: ramips: fix firmware splitter for edimax based boards X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2 ramips: fix firmware splitter for edimax based boards Use the correct splitter for board with the edimax header. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ramips/dts/3G-6200N.dts b/target/linux/ramips/dts/3G-6200N.dts index d5b935e769..d4a45d7beb 100644 --- a/target/linux/ramips/dts/3G-6200N.dts +++ b/target/linux/ramips/dts/3G-6200N.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/3G-6200NL.dts b/target/linux/ramips/dts/3G-6200NL.dts index dfc5574f07..5ea805ca57 100644 --- a/target/linux/ramips/dts/3G-6200NL.dts +++ b/target/linux/ramips/dts/3G-6200NL.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts index ebb1475de7..fbb7da44be 100644 --- a/target/linux/ramips/dts/BR-6475ND.dts +++ b/target/linux/ramips/dts/BR-6475ND.dts @@ -88,7 +88,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; reg = <0x00070000 0x00790000>; label = "firmware"; }; diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index d4304df323..f36543a6c6 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -122,7 +122,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x00070000 0x00790000>; };