From 2a7f669016f2faa29d64a59252556b96a55d071a Mon Sep 17 00:00:00 2001 From: BangLang Huang Date: Wed, 18 Jan 2017 17:45:48 +0800 Subject: ramips: fix mac address of miwifi-mini For the miwifi-mini, the offset of ethernet mac should be 0x28 which you can easyily dump from 'Factory' partition. Signed-off-by: BangLang Huang --- target/linux/ramips/dts/MIWIFI-MINI.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/MIWIFI-MINI.dts b/target/linux/ramips/dts/MIWIFI-MINI.dts index 0cd511c4fa..6d8b28c3cc 100644 --- a/target/linux/ramips/dts/MIWIFI-MINI.dts +++ b/target/linux/ramips/dts/MIWIFI-MINI.dts @@ -119,7 +119,7 @@ ðernet { pinctrl-names = "default"; pinctrl-0 = <&ephy_pins>; - mtd-mac-address = <&factory 0x4>; + mtd-mac-address = <&factory 0x28>; mediatek,portmap = "llllw"; }; -- cgit v1.2.3