ramips: mr600-v2-eu: fix WAN MAC address

78110c3 states that the MAC for the WAN interface is LAN + 1.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22306
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
Rosen Penev
2026-06-11 10:29:39 +02:00
committed by Jonas Jelonek
parent f3bc5ea5d9
commit eaa1d41b55
@@ -211,7 +211,7 @@
label = "wan";
phy-handle = <&ethphy4>;
nvmem-cells = <&macaddr_romfile_f100 0>;
nvmem-cells = <&macaddr_romfile_f100 1>;
nvmem-cell-names = "mac-address";
};