1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ath79: Modify glinet x750 and AR300m MAC address offsets

In the production of glinet, the MAC address of ethernet port is
only written at the position where the ART area offset address
is 0, and the MAC address of eth1 is added 1 on the basis of eth0.

Signed-off-by: Luo chongjun <luochongjun@gl-inet.com>
This commit is contained in:
Luo chongjun 2019-02-22 19:46:37 +08:00 committed by Christian Lamparter
parent 95b0c07a61
commit 693c8fb0e3
2 changed files with 4 additions and 2 deletions

@ -84,7 +84,8 @@
};
&eth1 {
mtd-mac-address = <&art 0x6>;
mtd-mac-address = <&art 0x0>;
mtd-mac-address-increment = <1>;
};
&wmac {

@ -126,7 +126,8 @@
};
&eth1 {
mtd-mac-address = <&art 0x6>;
mtd-mac-address = <&art 0x0>;
mtd-mac-address-increment = <1>;
};
&wmac {