diff options
author | Shiji Yang <yangshiji66@qq.com> | 2021-05-05 19:48:01 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-05-10 14:41:06 +0200 |
commit | e57e460dc75836d3227e7370b9e64a0eabc9d91d (patch) | |
tree | 407a9f8b1ac8133b2c4403bf8b09c1b5a2219075 /target/linux/ramips/dts | |
parent | f4940d2229474c2e658d1cf34ba48703119244da (diff) | |
download | upstream-e57e460dc75836d3227e7370b9e64a0eabc9d91d.tar.gz upstream-e57e460dc75836d3227e7370b9e64a0eabc9d91d.tar.bz2 upstream-e57e460dc75836d3227e7370b9e64a0eabc9d91d.zip |
ramips: fix mac addresses of Youku YK1
MAC addresses read from official firmware
value location
Wlan xx 71 de factory@0x04
Lan xx 71 dd factory@0x28
Wan xx 71 df factory@0x2e
Label xx 71 dd factory@0x28
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
[fix sorting in 02_network, redact commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a_youku_yk1.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a_youku_yk1.dts b/target/linux/ramips/dts/mt7620a_youku_yk1.dts index 71fd1d12c0..2e59e5bf6e 100644 --- a/target/linux/ramips/dts/mt7620a_youku_yk1.dts +++ b/target/linux/ramips/dts/mt7620a_youku_yk1.dts @@ -12,6 +12,7 @@ led-failsafe = &led_power; led-running = &led_power; led-upgrade = &led_power; + label-mac-device = ðernet; }; leds { @@ -106,7 +107,7 @@ ðernet { pinctrl-names = "default"; - mtd-mac-address = <&factory 0x4>; + mtd-mac-address = <&factory 0x28>; mediatek,portmap = "llllw"; }; |