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;