mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 17:13:07 +01:00
ath79: fix swapped LAN/WAN MAC address for Archer C60 v1/v2
The MAC addresses for lan/wan are swapped compared to the vendor
firmware. This adjusts to vendor configuration, which is:
lan *:7b label
wan *:7c label+1
2.4g *:7b label
5g *:7a label-1
Only one address is stored in <&mac 0x8>, corresponding to the label.
This has been checked on revisions v1, v2 and v3.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 88aead0a66)
This commit is contained in:
parent
b32129d30b
commit
9f024d3587
1 changed files with 1 additions and 1 deletions
|
|
@ -91,13 +91,13 @@
|
|||
phy-handle = <&swphy4>;
|
||||
|
||||
mtd-mac-address = <&mac 0x8>;
|
||||
mtd-mac-address-increment = <1>;
|
||||
};
|
||||
|
||||
ð1 {
|
||||
status = "okay";
|
||||
|
||||
mtd-mac-address = <&mac 0x8>;
|
||||
mtd-mac-address-increment = <1>;
|
||||
};
|
||||
|
||||
&wmac {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue