From 0891358e4b71ff74226d5b8378bfb3c0cb7e666c Mon Sep 17 00:00:00 2001 From: Davide Fioravanti Date: Sun, 11 Aug 2019 00:38:53 +0200 Subject: ramips: fix lan and wan mac addresses for Cudy WR1000 Lan and Wan addresses are swapped compared to the original firmware. This patch fixes this problem Signed-off-by: Davide Fioravanti --- target/linux/ramips/dts/mt7628an_cudy_wr1000.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/mt7628an_cudy_wr1000.dts b/target/linux/ramips/dts/mt7628an_cudy_wr1000.dts index ff0b9badd1..ad81e8303d 100644 --- a/target/linux/ramips/dts/mt7628an_cudy_wr1000.dts +++ b/target/linux/ramips/dts/mt7628an_cudy_wr1000.dts @@ -139,6 +139,6 @@ }; ðernet { - mtd-mac-address = <&factory 0x2e>; + mtd-mac-address = <&factory 0x28>; mediatek,portmap = "llllw"; }; -- cgit v1.2.3