diff options
author | BangLang Huang <banglang.huang@foxmail.com> | 2017-01-18 17:45:48 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:07:04 +0200 |
commit | 846457fdbffaffdf44d668715e88cb21765ec6c9 (patch) | |
tree | f707c20a3c93bbe184b6989af5177f2158b7e949 /target/linux/ramips/dts | |
parent | 7ee09377e7e3c64ee56514bf455cf04064208a27 (diff) | |
download | upstream-846457fdbffaffdf44d668715e88cb21765ec6c9.tar.gz upstream-846457fdbffaffdf44d668715e88cb21765ec6c9.tar.bz2 upstream-846457fdbffaffdf44d668715e88cb21765ec6c9.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')
-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"; }; |