apm821xx: Add support for the Cisco Meraki MX60/MX60W
[openwrt/openwrt.git] / target / linux / apm821xx / base-files / lib / preinit / 05_set_iface_mac_apm821xx
index 5dc717573082a830cce85e5fbfeabe432e57d9ef..750af042e19fc646b65277895bbcdd1a4fa55ba1 100644 (file)
@@ -4,7 +4,8 @@
 
 preinit_set_mac_address() {
        case $(apm821xx_board_name) in
-               mr24)
+               mr24|\
+               mx60)
                        mac_lan=$(mtd_get_mac_binary_ubi board-config 102)
                        [ -n "$mac_lan" ] && ifconfig eth0 hw ether "$mac_lan"
                        ;;