Fix the syntax issue. Fixes: 148f82ad4525 ("ipq806x: use nvmem for wifi mac") Signed-off-by: Shiji Yang <[email protected]> Link: https://github.com/openwrt/openwrt/pull/20446 Signed-off-by: Hauke Mehrtens <[email protected]>
@@ -20,6 +20,7 @@ case "$board" in
linksys,ea7500-v1 |\
linksys,ea8500)
macaddr_add $(mtd_get_mac_ascii devinfo hw_mac_addr) $(($PHYNBR + 1)) > /sys${DEVPATH}/macaddress
+ ;;
esac
OPATH=${DEVPATH##/devices/platform/}