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:
parent
f3bc5ea5d9
commit
eaa1d41b55
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@
|
|||
label = "wan";
|
||||
phy-handle = <ðphy4>;
|
||||
|
||||
nvmem-cells = <&macaddr_romfile_f100 0>;
|
||||
nvmem-cells = <&macaddr_romfile_f100 1>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue