From f7a766be2059af912fcd598e152ce1f91ebc4c97 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 8 Aug 2023 10:13:51 +0800 Subject: [PATCH] ipq807x: CIG WF188n: wrong wan mac address eth0 is configured as WAN but set with LAN mac. Fixes: WIFI-12869 Signed-off-by: Ken --- feeds/ipq807x/ipq807x/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ipq807x/ipq807x/base-files/etc/board.d/02_network b/feeds/ipq807x/ipq807x/base-files/etc/board.d/02_network index 8ded2d8ef..942e88bce 100755 --- a/feeds/ipq807x/ipq807x/base-files/etc/board.d/02_network +++ b/feeds/ipq807x/ipq807x/base-files/etc/board.d/02_network @@ -153,7 +153,6 @@ qcom_setup_macs() local board="$1" case $board in - cig,wf188n|\ cig,wf194c|\ cig,wf194c4) mtd=$(find_mtd_chardev "0:APPSBLENV") @@ -189,6 +188,7 @@ qcom_setup_macs() ucidef_set_network_device_mac eth0 $wan_mac ucidef_set_label_macaddr $wan_mac ;; + cig,wf188n|\ cig,wf196) mtd=$(find_mtd_chardev "0:APPSBLENV") [ -z "$mtd" ] && return;