wf188n: fixup eth0/eth1 mac

Fixes WIFI-13594

Signed-off-by: Arif Alam <arif.alam@netexperience.com>
This commit is contained in:
Arif Alam
2024-04-18 09:53:11 -04:00
committed by John Crispin
parent ffb843b486
commit 9e2a07402c

View File

@@ -57,8 +57,8 @@ qcom_setup_macs()
[ -z "$mac" ] && return;
wan_mac=$(macaddr_canonicalize $mac)
lan_mac=$(macaddr_add "$wan_mac" 1)
ucidef_set_network_device_mac eth0 $lan_mac
ucidef_set_network_device_mac eth1 $wan_mac
ucidef_set_network_device_mac eth0 $wan_mac
ucidef_set_network_device_mac eth1 $lan_mac
ucidef_set_label_macaddr $wan_mac
;;
yuncore,ax840)