diff options
author | BangLang Huang <banglang.huang@foxmail.com> | 2017-01-18 17:45:48 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-18 12:05:14 +0100 |
commit | 2a7f669016f2faa29d64a59252556b96a55d071a (patch) | |
tree | 7ec824012582f622853ca979a7adbe3e0393bf9b /target/linux/ramips/dts/MIWIFI-MINI.dts | |
parent | 2b84dfafa44df86981ac909934e2ff4cfe7a02ea (diff) | |
download | upstream-2a7f669016f2faa29d64a59252556b96a55d071a.tar.gz upstream-2a7f669016f2faa29d64a59252556b96a55d071a.tar.bz2 upstream-2a7f669016f2faa29d64a59252556b96a55d071a.zip |
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 <banglang.huang@foxmail.com>
Diffstat (limited to 'target/linux/ramips/dts/MIWIFI-MINI.dts')
-rw-r--r-- | target/linux/ramips/dts/MIWIFI-MINI.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |