Skip to content
Snippets Groups Projects
Commit 32dea5d2 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mpc85xx: fix TL-WDR4900 mac address assignment to match original firmware


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48645
parent 50885a78
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ case "$board" in
tl-wdr4900-v1)
ucidef_add_switch "switch0" \
"0@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "1:wan"
ucidef_set_interface_macaddr wan "$(mtd_get_mac_binary config 332)"
;;
*)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
......
......@@ -119,7 +119,7 @@
enet0: ethernet@b0000 {
phy-handle = <&phy0>;
phy-connection-type = "rgmii-id";
mtd-mac-address = <&config 0x14c>;
mtd-mac-address = <&config 0x144>;
};
enet1: ethernet@b1000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment