diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-18 21:26:20 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-18 21:51:06 +0200 |
commit | 0b34a36da92dd1f60722555afa90142aff884432 (patch) | |
tree | 5f68fa340b0e914d7d78316976a0bd46495b9c17 /target/linux/ramips/dts | |
parent | 33b207852809b68e68c4ec2430d0379518314957 (diff) | |
download | upstream-0b34a36da92dd1f60722555afa90142aff884432.tar.gz upstream-0b34a36da92dd1f60722555afa90142aff884432.tar.bz2 upstream-0b34a36da92dd1f60722555afa90142aff884432.zip |
ramips: fix MAC address assignment for ASUS RT-AC51U
The current MAC address assignment for the ASUS RT-AC51U is "wrong",
it actually should be the same as for the RT-AC54U. Fix it.
MAC assignment based on vendor firmware:
2g 0x4 label
5g 0x8004 label +4
lan 0x22 label +4
wan 0x28 label
Thanks to Davide Fioravanti for checking this on his device.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts index e3a76037d4..4c98c85dee 100644 --- a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts +++ b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts @@ -36,7 +36,7 @@ }; ðernet { - mtd-mac-address = <&factory 0x4>; + mtd-mac-address = <&factory 0x22>; }; &state_default { |