. /lib/ramips.sh
case $(ramips_board_name) in
- bc2 | nw718)
+ bc2 | nw718 | esr-9753)
mac=$(ramips_get_mac_binary factory 4)
mac=$(maccalc or "$mac" "02:00:00:00:00:00")
ifconfig eth0 hw ether $mac 2>/dev/null
ifconfig eth0 hw ether $mac 2>/dev/null
;;
hw550-3g |\
- nbg-419n)
+ nbg-419n |\
+ omni-emb |\
+ w502u)
mac=$(ramips_get_mac_binary factory 40)
ifconfig eth0 hw ether $mac 2>/dev/null
;;