diff options
| author | Mikhail Zhilkin | 2024-06-13 15:34:31 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-14 12:43:07 +0000 |
| commit | 61dce63c0495ed90976bb513c2816782d9d515ff (patch) | |
| tree | fd482e8d0d7154b9a2fe24939023e5f3ac06342f | |
| parent | 24d2519755256fb6382a95a360eb58f5105b383e (diff) | |
| download | openwrt-61dce63c0495ed90976bb513c2816782d9d515ff.tar.gz | |
ramips: fix random LAN MAC for sercomm dxx devices
This commit fixes random lan mac for sercomm dxx devices.
Fixes: 339518482578 ("ramips: mt7621: nix mac-address-increment")
Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_sercomm_dxx_nand_256m.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_sercomm_dxx_nand_256m.dtsi b/target/linux/ramips/dts/mt7621_sercomm_dxx_nand_256m.dtsi index 4e22e45191..75bc207dd8 100644 --- a/target/linux/ramips/dts/mt7621_sercomm_dxx_nand_256m.dtsi +++ b/target/linux/ramips/dts/mt7621_sercomm_dxx_nand_256m.dtsi @@ -196,7 +196,7 @@ }; &gmac0 { - nvmem-cells = <&macaddr_factory_21000>; + nvmem-cells = <&macaddr_factory_21000 0>; nvmem-cell-names = "mac-address"; }; |