]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: mr600-v2-eu: fix WAN MAC address
authorRosen Penev <rosenp@gmail.com>
Fri, 20 Mar 2026 01:56:08 +0000 (18:56 -0700)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Thu, 11 Jun 2026 08:29:39 +0000 (10:29 +0200)
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>
target/linux/ramips/dts/mt7621_tplink_mr600-v2-eu.dts

index 246fd16a729db4b39efcc3545b4ca678907fd0f5..61da4a879dcf269e352091b8ef77242f103ae7b6 100644 (file)
        label = "wan";
        phy-handle = <&ethphy4>;
 
-       nvmem-cells = <&macaddr_romfile_f100 0>;
+       nvmem-cells = <&macaddr_romfile_f100 1>;
        nvmem-cell-names = "mac-address";
 };